From 30e6dedeae43e704432702d16a5f8c09dca19563 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 7 Jul 2024 23:11:18 +0200 Subject: [PATCH] add video --- sections/image-with-text.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/image-with-text.liquid b/sections/image-with-text.liquid index 56a0f7d..62642c1 100644 --- a/sections/image-with-text.liquid +++ b/sections/image-with-text.liquid @@ -45,7 +45,7 @@ {% endif %} > {% if section.settings.video != blank %} - {{ section.settings.video | video_tag: autoplay: true, loop: true }} + {{ section.settings.video | video_tag: autoplay: true, loop: true, image_size: "366px" }} {%- elsif section.settings.image != blank -%} {%- if section.settings.image_behavior == 'ambient' or section.settings.image_behavior == 'zoom-in' -%} {%- assign widths = '198, 432, 642, 900, 1284, 1800' -%}