1
0
Fork 0
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:
davegson 2022-10-27 16:44:04 +02:00
parent 3982428a3d
commit 19974ce4ac
2 changed files with 1 additions and 1 deletions
assets/video/page-specific/landing
index.html

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 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>