mirror of
https://github.com/safing/web
synced 2025-04-25 13:19:08 +00:00
Fix video for url
This commit is contained in:
parent
1cbf6ccb3e
commit
4200d62c89
1 changed files with 1 additions and 1 deletions
|
@ -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" 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_url }}video/page-specific/landing/video.webm" type="video/webm" style="object-fit: cover; border-radius: 12px;">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue