mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
fix(web): slide show in blurred background (#18384)
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
a6a4dfcfd3
commit
495a959879
@ -216,7 +216,7 @@
|
|||||||
<img
|
<img
|
||||||
src={assetFileUrl}
|
src={assetFileUrl}
|
||||||
alt=""
|
alt=""
|
||||||
class="absolute top-0 start-0 object-cover h-full w-full blur-lg"
|
class="-z-1 absolute top-0 start-0 object-cover h-full w-full blur-lg"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user