{"title":"Image - Liquid Object Reference","slug":"image-liquid-object-reference","url":"https://support.storeconnect.com/articles/image-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/image-liquid-object-reference.md","subtitle":null,"summary":"The File object contains information about an image that has been uploaded via the CMS.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Image, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe File object contains information about an image that has been uploaded via the CMS.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `alt_text` | String | Returns the value of the Alt Text attribute |\n| `description` | String | Returns the value of the Description attribute |\n| `file_type` | String | Returns the value of the File Type attribute |\n| `huge_url` | String | Returns a url for this Image for the huge size |\n| `icon_url` | String | Returns a url for this Image for the icon size |\n| `id` | String | Returns the unique id for this Image |\n| `large_url` | String | Returns a url for this Image for the large size |\n| `massive_url` | String | Returns a url for this Image for the massive size |\n| `medium_url` | String | Returns a url for this Image for the medium size |\n| `pico_url` | String | Returns a url for this Image for the pico size |\n| `small_url` | String | Returns a url for this Image for the small size |\n| `thumb_url` | String | Returns a url for this Image for the thumb size |\n| `tiny_url` | String | Returns a url for this Image for the tiny size |\n| `url` | String | Returns the default url for this Image |\n\n## Available on\n\n- [Account - Liquid Object Reference](account-liquid-object-reference) — `logo`\n- [Article - Liquid Object Reference](article-liquid-object-reference) — `hero_image`, `social_image`\n- [ArticleCategory - Liquid Object Reference](article-category-liquid-object-reference) — `social_image`\n- [Brand - Liquid Object Reference](brand-liquid-object-reference) — `logo`\n- [ContentBlock - Liquid Object Reference](content-block-liquid-object-reference) — `image`\n- [Location - Liquid Object Reference](location-liquid-object-reference) — `logo`\n- [LocationGroup - Liquid Object Reference](location-group-liquid-object-reference) — `social_image`\n- [Medium - Liquid Object Reference](medium-liquid-object-reference) — `image`\n- [MenuItem - Liquid Object Reference](menu-item-liquid-object-reference) — `image`\n- [Page - Liquid Object Reference](page-liquid-object-reference) — `social_image`\n- [Product - Liquid Object Reference](product-liquid-object-reference) — `image`, `images`, `social_image`, `variant_images`\n- [ProductCategory - Liquid Object Reference](product-category-liquid-object-reference) — `image`, `social_image`\n- [Store - Liquid Object Reference](store-liquid-object-reference) — `logo`, `social_image`"}