mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
UPD: SliderItem_media
This commit is contained in:
parent
8332f55109
commit
b6111c0c9d
@ -1,6 +1,6 @@
|
|||||||
<% if $Video || $Image || $VideoFile %>
|
<% if $Video || $Image || $VideoFile %>
|
||||||
<% if $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" />
|
<source src="{$VideoFile.Link}" type="video/mp4" />
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
Loading…
Reference in New Issue
Block a user