Image - Liquid Object Reference - 1.1.0
| Object Name | Image |
| Version | 1.1.0 |
Description
The File object contains information about an image that has been uploaded via the CMS.
Attributes
| Attribute | Type | Description |
|---|---|---|
| alt_text | String | Returns the value of the Alt Text attribute |
| data | Object | Returns a custom data object for this object |
| description | String | Returns the value of the Description attribute |
| file_type | String | Returns the value of the File Type attribute |
| huge_url | String | Returns a url for this Image for the huge size |
| icon_url | String | Returns a url for this Image for the icon size |
| id | String | Returns the unique id for this Image |
| large_url | String | Returns a url for this Image for the large size |
| massive_url | String | Returns a url for this Image for the massive size |
| medium_url | String | Returns a url for this Image for the medium size |
| pico_url | String | Returns a url for this Image for the pico size |
| small_url | String | Returns a url for this Image for the small size |
| thumb_url | String | Returns a url for this Image for the thumb size |
| tiny_url | String | Returns a url for this Image for the tiny size |
| url | String | Returns the default url for this Image |
Objects that return Images
- Account
- Article
- ArticleCategory
- Brand
- ContentBlock
- Location
- LocationGroup
- Medium
- MenuItem
- Page
- Product
- ProductCategory
- Store
Back to Liquid Reference for 1.1.0
Back to Documentation