feat: lazy load thumbnails on people and place list (#23682)

perf(web): lazy load thumbnails on people and place list
This commit is contained in:
Lukas
2025-11-07 21:22:02 +01:00
committed by GitHub
parent 93ab42fa24
commit c935ae47d0
4 changed files with 6 additions and 0 deletions
@@ -49,6 +49,7 @@
src={getAssetThumbnailUrl({ id: item.id, size: AssetMediaSize.Thumbnail })}
alt={city}
class="object-cover w-39 h-39"
loading="lazy"
/>
</div>
<span