Use explicit width and height on video posters

This commit is contained in:
Sam Carlton 2022-09-20 15:09:31 -05:00
parent 948ccec0b6
commit 7bc7a4b429

View file

@ -57,5 +57,7 @@ function makeImgAttributes ( src ) {
'absolute inset-0 h-full w-full object-cover', 'absolute inset-0 h-full w-full object-cover',
loading === 'lazy' ? 'lazyload' : '' loading === 'lazy' ? 'lazyload' : ''
].join(' ') } ].join(' ') }
width="1600"
height="900"
> >
</picture> </picture>