Added album remarks, lazy loading images

This commit is contained in:
2025-11-22 16:03:50 +13:00
parent 33ead9d968
commit ff486c01e3
4 changed files with 6 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ const photoLinks = await Promise.all(
<img
src={photoLinks[i]}
class="w-full h-full object-contain"
loading="lazy"
alt={photo.title || 'Photo'}
/>
</div>