background video meta data

This commit is contained in:
Set Hallstrom 2020-09-21 13:31:23 +02:00
parent d16c363337
commit 17d26b10a2

View file

@ -47,7 +47,7 @@
{% include scripts.html %}
{% if page.video_path %}
<div class="fullscreen-bg">
<video autoplay muted loop poster="{{ page.image }}" class="fullscreen-bg__video">
<video data-matomo-title="{{ page.title }} VideoBG" autoplay muted loop poster="{{ page.image }}" class="fullscreen-bg__video">
<source src="{{ page.video_path }}" type="video/mp4">
</video>
</div>