mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Merge pull request #2025 from Bnyro/fixed-thumbnail-height
Use a fixed thumbnail aspect ratio
This commit is contained in:
commit
ad939424a7
@ -11,7 +11,7 @@
|
||||
}"
|
||||
>
|
||||
<img
|
||||
class="w-full"
|
||||
class="w-full aspect-video"
|
||||
:src="item.thumbnail"
|
||||
:alt="item.title"
|
||||
:class="{ 'shorts-img': item.isShort }"
|
||||
|
Loading…
Reference in New Issue
Block a user