mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix placeholder
This commit is contained in:
BIN
src/assets/images/no-image.jpeg
Normal file
BIN
src/assets/images/no-image.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -27,8 +27,9 @@ const getChipColor = (type: string) => {
|
||||
:class="hover.isHovering ? 'scale-105 shadow-lg' : ''"
|
||||
>
|
||||
<VImg
|
||||
aspect-ratio="2/1"
|
||||
aspect-ratio="3/2"
|
||||
:src="props.media?.poster_path"
|
||||
lazy-src="https://picsum.photos/seed/picsum/200/300"
|
||||
class="h-full w-full object-cover"
|
||||
:class="hover.isHovering ? 'on-hover' : ''"
|
||||
cover
|
||||
|
||||
Reference in New Issue
Block a user