pull/1/head
Jan Umbach 2024-05-29 22:47:13 +02:00
parent dff8590aef
commit b76930ec6c
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">
{% 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" % }}
</div>
</div>
{% endif %}