FIX: Video

This commit is contained in:
Tony Air 2024-03-25 03:58:29 +02:00
parent 7ac2a3002b
commit 8332f55109
1 changed files with 1 additions and 1 deletions

View File

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