mirror of
https://github.com/safing/web
synced 2025-04-24 04:49:09 +00:00
Move poster to correct HTML element
This commit is contained in:
parent
be9565948d
commit
1cbf6ccb3e
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ redirect_from:
|
|||
</div>
|
||||
<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" poster="{{ site.assets_url }}/img/page-specific/landing/portmaster-thumbnail.png" style="object-fit: cover; border-radius: 12px;">
|
||||
<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;">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue