From e0a3e301b839a1e404bb4e8259e99a5b481170ab Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 10:44:37 +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 261ee32..3ebebcd 100644 --- a/snippets/shx-video.liquid +++ b/snippets/shx-video.liquid @@ -13,6 +13,6 @@ {% elsif videoType == "card_product" %} - {%- echo media | media_tag: image_size: "2048x", autoplay: false, mute: true, loop: true, controls: false, preload: "none", class: "shx-video-card-product" -%} + {%- echo media | media_tag: image_size: "2048x", autoplay: false, muted: true, loop: true, controls: false, preload: "none", class: "shx-video-card-product" -%} {% endif %} \ No newline at end of file