new concept
This commit is contained in:
parent
ae492ed9b3
commit
390c46c4e8
6 changed files with 33 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue