From b76930ec6c8c0838de549fae9b9a51929edae1f7 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 29 May 2024 22:47:13 +0200 Subject: [PATCH] test --- snippets/shx-video.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-video.liquid b/snippets/shx-video.liquid index 58e1f53..fb2eb04 100644 --- a/snippets/shx-video.liquid +++ b/snippets/shx-video.liquid @@ -3,7 +3,7 @@ {% if video_src != 'none' %}
- {% media | media_tag: image_size: "2048x", autoplay: true, loop: true, controls: true, preload: "none" %} + {{ media | media_tag: image_size: "2048x", autoplay: true, loop: true, controls: true, preload: "none" % }}
{% endif %} \ No newline at end of file