landingpage Video
parent
ebbfd5036d
commit
b969a0eda6
|
@ -21,7 +21,16 @@
|
|||
{% elsif videoType == "banner" %}
|
||||
|
||||
<div>
|
||||
<video class="shx-video-banner" autoplay loop src="{{videoURL}}" muted controls="false" preload="none">
|
||||
<video
|
||||
class="shx-video-banner"
|
||||
autoplay
|
||||
loop
|
||||
src="{{videoURL}}"
|
||||
muted
|
||||
controls="false"
|
||||
preload="none">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
Loading…
Reference in New Issue