new concept

This commit is contained in:
Set Sakrecoer 2021-07-20 11:28:08 +02:00
parent ae492ed9b3
commit 390c46c4e8
6 changed files with 33 additions and 4 deletions

View file

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