From 3947ededb44c4841d3d454f18245622a577fc5f8 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 7 Jul 2024 23:12:03 +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 62642c1..56a0f7d 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, image_size: "366px" }} + {{ section.settings.video | video_tag: autoplay: true, loop: true }} {%- 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' -%}