Use a fixed thumbnail aspect ratio

This commit is contained in:
Bnyro 2023-01-27 16:46:26 +01:00
parent 0b0d87da93
commit e853928f3d

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 }"