mirror of
https://github.com/safing/web
synced 2025-04-11 22:49:08 +00:00
Move PM video tour to asset server
This commit is contained in:
parent
3982428a3d
commit
19974ce4ac
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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 muted loop autoplay width="auto" height="auto" poster="{{ site.assets_url }}img/page-specific/landing/portmaster-thumbnail.png">
|
||||
<source src="{{ site.assets_url }}video/page-specific/landing/video.webm" type="video/webm" style="object-fit: cover; border-radius: 12px;">
|
||||
<source src="{{ site.assets_server_url }}video/landing_page/portmaster_tour.webm" type="video/webm" style="object-fit: cover; border-radius: 12px;">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue