mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: thumbnail fade in (#18935)
This commit is contained in:
parent
e2ffc9d5a1
commit
90c8fdba96
2 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@
|
|||
{#if (!loaded || thumbError) && asset.thumbhash}
|
||||
<canvas
|
||||
use:thumbhash={{ base64ThumbHash: asset.thumbhash }}
|
||||
class="absolute object-cover"
|
||||
class="absolute object-cover z-1"
|
||||
style:width="{width}px"
|
||||
style:height="{height}px"
|
||||
out:fade={{ duration: THUMBHASH_FADE_DURATION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue