mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: shorts thumbnail scaling
This commit is contained in:
parent
4f1a67cbe5
commit
f8fccdb30f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
}"
|
||||
>
|
||||
<img
|
||||
:style="`max-height: ${height}px; max-width: ${width}px`"
|
||||
:style="`max-height: ${height}px; max-width: ${width}px; object-fit: contain`"
|
||||
class="w-full"
|
||||
:src="video.thumbnail"
|
||||
:alt="video.title"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue