We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a1fa4 commit 74be1cfCopy full SHA for 74be1cf
web/src/lib/components/photos-page/memory-lane.svelte
@@ -73,8 +73,8 @@
73
>
74
<img
75
class="h-full w-full rounded-xl object-cover"
76
- src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Jpeg)}
77
- alt={memory.title}
+ src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Webp)}
+ alt="Memory Lane"
78
draggable="false"
79
/>
80
<p class="absolute bottom-2 left-4 z-10 text-lg text-white">{memory.title}</p>
0 commit comments