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

@@ -11,6 +11,7 @@ const pb = await authPB()
<img
src={pb.files.getURL(a, a.images[0])}
class="flex-1 md:flex-2 w-full h-full object-contain"
loading="lazy"
alt={a.title}
/>
</a>