Move poster to correct HTML element

This commit is contained in:
davegson 2022-10-17 17:15:55 +02:00
parent be9565948d
commit 1cbf6ccb3e

View file

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