mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
inadvertent
This commit is contained in:
parent
48f9b5b981
commit
013e6df72e
@ -222,7 +222,7 @@
|
|||||||
{#if (!loaded || thumbError) && asset.thumbhash}
|
{#if (!loaded || thumbError) && asset.thumbhash}
|
||||||
<canvas
|
<canvas
|
||||||
use:thumbhash={{ base64ThumbHash: asset.thumbhash }}
|
use:thumbhash={{ base64ThumbHash: asset.thumbhash }}
|
||||||
class="absolute object-cover z-30"
|
class="absolute object-cover"
|
||||||
style:width="{width}px"
|
style:width="{width}px"
|
||||||
style:height="{height}px"
|
style:height="{height}px"
|
||||||
out:fade={{ duration: THUMBHASH_FADE_DURATION }}
|
out:fade={{ duration: THUMBHASH_FADE_DURATION }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user