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