pull/1/head
Jan Umbach 2024-05-29 22:50:37 +02:00
parent b76930ec6c
commit ab731bf80e
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" % }}
{%- echo media | media_tag: image_size: "2048x", autoplay: true, loop: true, controls: true, preload: "none" -%}
</div>
</div>
{% endif %}