This drop represents an image album. Albums consistent of images. Albums can be accessed from any template or page by calling the albums collection or album from the album.liquid template.
An album drop has the following properties.
Returns the name for this album.
Returns the description for this album.
Returns the date this event is happening.
Returns the thumbnail image for this album.
Returns the collection of image drops for this album.
Returns the absolute path to this album.
This drop represents an image. Images can be accessed from any template or page by calling the albums collection or album from the album.liquid template and accessing an album's images.
An image drop has the following properties.
Returns the width for this image.
Returns the height for this image.
Returns the absolute path to this image.
Returns the absolute path to this image's album page.
Returns the collection of comment drops for this image.
Returns the album this image is in as a drop.
Returns the next album image as a drop.
Returns the previous album image as a drop.
This drop represents an image comment. Comments can be accessed from any template or page by calling the albums collection or album from the album.liquid template, accessing an image, and calling the image's comments collection.
A comment drop has the following properties.
Returns the date and time this comment was created.
Returns the body of this comment.
Returns the author name for this comment. If this comment has a non-blank author_url property set, it returns the name wrapped in a hyperlink to the author URL. Otherwise it returns the name in plain text.
Returns the author name for this comment in plain text.