Merge pull request #2025 from Bnyro/fixed-thumbnail-height

Use a fixed thumbnail aspect ratio
This commit is contained in:
Bnyro 2023-01-27 16:48:30 +01:00 committed by GitHub
commit ad939424a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
}"
>
<img
class="w-full"
class="w-full aspect-video"
:src="item.thumbnail"
:alt="item.title"
:class="{ 'shorts-img': item.isShort }"