pull/1/head
Jan Umbach 2024-05-29 22:59:48 +02:00
parent 63aadad290
commit 8e5c8b472f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% if video_src != 'none' %}
<div class="shx-video">
<div class="shx-video__wrapper">
{%- echo media | media_tag: image_size: "2048x", autoplay: true, loop: true, controls: true, preload: "none" -%}
{%- echo media | media_tag: image_size: "2048x", autoplay: true, loop: true, controls: false, preload: "none" -%}
</div>
</div>
{% endif %}