mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use explicit width and height on video posters
This commit is contained in:
parent
948ccec0b6
commit
7bc7a4b429
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue