mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
fix placeholder
This commit is contained in:
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' : ''"
|
:class="hover.isHovering ? 'scale-105 shadow-lg' : ''"
|
||||||
>
|
>
|
||||||
<VImg
|
<VImg
|
||||||
aspect-ratio="2/1"
|
aspect-ratio="3/2"
|
||||||
:src="props.media?.poster_path"
|
:src="props.media?.poster_path"
|
||||||
|
lazy-src="https://picsum.photos/seed/picsum/200/300"
|
||||||
class="h-full w-full object-cover"
|
class="h-full w-full object-cover"
|
||||||
:class="hover.isHovering ? 'on-hover' : ''"
|
:class="hover.isHovering ? 'on-hover' : ''"
|
||||||
cover
|
cover
|
||||||
|
|||||||
Reference in New Issue
Block a user