From 1e7ad6709a3e70b4287e8ffe0445157c3d6e6279 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 10:42:34 +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 24805a8..261ee32 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, loop: true, controls: false, preload: "none", class: "shx-video-card-product" -%} + {%- echo media | media_tag: image_size: "2048x", autoplay: false, mute: true, loop: true, controls: false, preload: "none", class: "shx-video-card-product" -%} {% endif %} \ No newline at end of file