background video metadata
This commit is contained in:
parent
fc7534b705
commit
cca5326f13
|
@ -47,7 +47,7 @@
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
{% if page.video_path %}
|
{% if page.video_path %}
|
||||||
<div class="fullscreen-bg">
|
<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">
|
<source src="{{ page.video_path }}" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue