{"title":"Video - Liquid Object Reference","slug":"video-liquid-object-reference","url":"https://support.storeconnect.com/articles/video-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/video-liquid-object-reference.md","subtitle":null,"summary":"The Video object contains information about a video that has been uploaded via the CMS.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Video, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Video object contains information about a video 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| `embed_url` | String | Returns the embed URL for this Video, suitable for embedding in an iframe |\n| `id` | String | Returns the unique id of this Video |\n| `key_frame_seconds` | String | Returns the starting place for the key frame of the video in seconds |\n| `thumb_url` | String | Returns the thumbnail URL for this Video |\n| `type` | String | Returns the type of video, ex: 'youtube', 'vimeo' |\n| `url` | String | Returns the complete url for this Video |\n\n## Available on\n\n- [ContentBlock - Liquid Object Reference](content-block-liquid-object-reference) — `video`\n- [Medium - Liquid Object Reference](medium-liquid-object-reference) — `video`\n- [Product - Liquid Object Reference](product-liquid-object-reference) — `variant_videos`, `videos`"}