Skip to content

Commit 96a1b44

Browse files
committed
Lazy load gallery
1 parent a636beb commit 96a1b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/pages/gallery.astro

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const gallery = images.gallery;
1919
width="500"
2020
class="h-full w-full lg:object-cover lg:object-center rounded-md"
2121
src={image}
22+
loading="lazy"
2223
/>
2324
</a>
2425
</div>

0 commit comments

Comments
 (0)