mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
FIX: Video
This commit is contained in:
parent
7ac2a3002b
commit
8332f55109
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user