Added album remarks, lazy loading images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user