Lazy load!

This commit is contained in:
Atridad Lahiji 2024-04-12 10:54:15 -06:00
parent 4184c33a2a
commit 0a91add585
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -75,15 +75,15 @@ Atridad Lahiji // Root
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/1.png"
alt="gallery-photo" />
alt="Review of Atri" loading="lazy" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/2.png"
alt="gallery-photo" />
alt="Review of Atri" loading="lazy" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/3.png"
alt="gallery-photo" />
alt="Review of Atri" loading="lazy" />
</div>
</div>
</span>

File diff suppressed because one or more lines are too long