mirror of
https://github.com/safing/web
synced 2025-04-22 11:59:08 +00:00
Add portmaster-thumbnail
This commit is contained in:
parent
6d1173025c
commit
ff8c26567e
3 changed files with 2 additions and 2 deletions
BIN
assets/img/page-specific/landing/portmaster-thumbnail.png
Normal file
BIN
assets/img/page-specific/landing/portmaster-thumbnail.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 164 KiB |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue