From 41ef5000fb38d1499cd3d27df525003b35eff5d3 Mon Sep 17 00:00:00 2001 From: Luke Seers <16389426+LukeSeers@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:13:14 +0200 Subject: [PATCH] Fix video jumping when slow loading --- download/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>