IMPR: Add video files

This commit is contained in:
Tony Air 2022-07-08 23:15:38 +02:00
parent c288921d5a
commit 7ad41b5f88
1 changed files with 1 additions and 1 deletions

View File

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