mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
perf(web): optimize response sizes for initial page load (#7594)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
>
|
||||
<img
|
||||
class="h-full w-full rounded-xl object-cover"
|
||||
src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Jpeg)}
|
||||
src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Webp)}
|
||||
alt={`Memory Lane ${getAltText(memory.assets[0])}`}
|
||||
draggable="false"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user