mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix aspect ratio of music_songs
This commit is contained in:
parent
67c55426b9
commit
b9d5eaba55
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
<div class="w-full">
|
||||
<img
|
||||
class="w-full aspect-video"
|
||||
class="w-full aspect-video object-contain"
|
||||
:src="item.thumbnail"
|
||||
:alt="item.title"
|
||||
:class="{ 'shorts-img': item.isShort }"
|
||||
|
|
Loading…
Reference in a new issue