diff --git a/download/index.html b/download/index.html index cba6b1c..a5fa5f5 100644 --- a/download/index.html +++ b/download/index.html @@ -80,8 +80,8 @@ title: Safing Portmaster - Download </div> </div> <div class="element-x-center max-w-4xl mx-auto xl:opacity-50"> - <video class="md:mt-20" muted loop autoplay width="auto" height="auto" style="filter: contrast(1.15);"> - <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 class="md:mt-20" muted loop autoplay width="auto" height="auto" style="filter: contrast(1.15); width: 896px; height: 467px;" 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>