landingpage Video

pull/4/head
Jan Umbach 2024-06-02 17:41:11 +02:00
parent ebbfd5036d
commit b969a0eda6
1 changed files with 10 additions and 1 deletions

View File

@ -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 %}