fix aspect ratio of music_songs

This commit is contained in:
Shiny Nematoda 2023-03-04 08:49:53 +00:00
parent 67c55426b9
commit b9d5eaba55
1 changed files with 1 additions and 1 deletions

View File

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