mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): broken album thumbnail (#12381)
* fix(web): broken album thumbnail * use properties from thumbnail
This commit is contained in:
parent
9fc30d6bf6
commit
639bc0c660
4 changed files with 29 additions and 29 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue