Lazy load!
This commit is contained in:
parent
4184c33a2a
commit
0a91add585
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
2
public/css/styles.home.css
vendored
2
public/css/styles.home.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue