mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user