UPD: SliderItem_media

This commit is contained in:
Tony Air 2024-04-22 13:33:25 +02:00
parent 8332f55109
commit b6111c0c9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% if $Video || $Image || $VideoFile %>
<% if $VideoFile %>
<video preload="none" autoplay="autoplay" muted="muted" loop="loop">
<video preload="none" autoplay muted loop playsinline>
<source src="{$VideoFile.Link}" type="video/mp4" />
Your browser does not support the video tag.
</video>