1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 11:59:08 +00:00

Add portmaster-thumbnail

This commit is contained in:
Luke Seers 2022-10-17 12:36:08 +02:00
parent 6d1173025c
commit ff8c26567e
3 changed files with 2 additions and 2 deletions
assets/img/page-specific/landing
download
index.html

Binary file not shown.

After

(image error) Size: 164 KiB

View file

@ -81,7 +81,7 @@ title: Safing Portmaster - Download
</div>
<div class="element-x-center max-w-4xl mx-auto xl:opacity-50">
<video class="md:mt-20" loop autoplay width="auto" height="auto" style="filter: contrast(1.15);">
<source src="{{ site.assets_url }}/video/page-specific/landing/video.webm" type="video/webm">
<source src="{{ site.assets_url }}/video/page-specific/landing/video.webm" type="video/webm" poster="{{ site.assets_url }}/img/page-specific/landing/portmaster-thumbnail.png" style="object-fit: cover; border-radius: 12px;">
</video>
</div>
</div>

View file

@ -45,7 +45,7 @@ redirect_from:
<div class="header-two-bottom" style="margin-top: 2rem; position: relative;">
<div class="element-x-center max-w-max mx-auto">
<video loop autoplay width="auto" height="auto">
<source src="{{ site.assets_url }}/video/page-specific/landing/video.webm" type="video/webm">
<source src="{{ site.assets_url }}/video/page-specific/landing/video.webm" type="video/webm" poster="{{ site.assets_url }}/img/page-specific/landing/portmaster-thumbnail.png" style="object-fit: cover; border-radius: 12px;">
</video>
</div>
</div>