1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix(web): broken album thumbnail (#12381)

* fix(web): broken album thumbnail

* use properties from thumbnail
This commit is contained in:
Michel Heusschen
2024-09-06 15:16:18 +02:00
committed by GitHub
parent 9fc30d6bf6
commit 639bc0c660
4 changed files with 29 additions and 29 deletions

View File

@ -152,7 +152,7 @@
]}
/>
{#if imageError}
<BrokenAsset square />
<BrokenAsset class="text-xl" />
{/if}
<!-- svelte-ignore a11y-missing-attribute -->
<img bind:this={loader} style="display:none" src={imageLoaderUrl} aria-hidden="true" />