new format

This commit is contained in:
Set Sakrecoer 2021-07-20 11:00:03 +02:00
parent 4eafc1ce34
commit f7b11df4b9
20 changed files with 1021 additions and 19 deletions

View file

@ -44,7 +44,7 @@
{% include cookie-consent.html %}
{% include scripts.html %}
{% if page.video_path %}
<div class="fullscreen-bg">
<div class="fullscreen-bg" style="opacity: 0.1;">
<video data-matomo-ignore autoplay muted loop poster="{{ page.image }}" class="fullscreen-bg__video">
<source src="{{ page.video_path }}" type="video/mp4">
</video>