This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {%- if section.blocks.size > 0 -%} | |
| {%- for block in section.blocks -%} | |
| {%- assign img_url = block.settings.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%} | |
| {%- assign videoID = section.id | append: 'vid' -%} | |
| {%- assign blank_poster_url = 'https://upload.wikimedia.org/wikipedia/commons/c/ca/1x1.png' -%} | |
| {%- assign poster_url = block.settings.video_image | img_url: 'master' -%} | |
| {%- assign poster_url_360 = block.settings.video_image | img_url: '360x' -%} | |
| {%- assign poster_url_533 = block.settings.video_image | img_url: '533x' -%} | |
| {%- assign poster_url_720 = block.settings.video_image | img_url: '720x' -%} |