From 7bc7a4b4293acfb3c596f6e145dd236bcdda26f3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 20 Sep 2022 15:09:31 -0500 Subject: [PATCH] Use explicit width and height on video posters --- src/components/video/poster.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/video/poster.astro b/src/components/video/poster.astro index 87b0bf4..613fcf3 100644 --- a/src/components/video/poster.astro +++ b/src/components/video/poster.astro @@ -57,5 +57,7 @@ function makeImgAttributes ( src ) { 'absolute inset-0 h-full w-full object-cover', loading === 'lazy' ? 'lazyload' : '' ].join(' ') } + width="1600" + height="900" >