perf: add w_800 resize to Cloudinary image URLs
- Reduces image download from ~1MB to ~100KB per image - Original 2832x3511 images now served at 800px width - Cloudinary handles responsive resizing server-side
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
<div class="about-us-image">
|
||||
<div class="about-img-1">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917585/muglasurucukursu/araba1.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto,w_800/v1777917585/muglasurucukursu/araba1.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
@@ -502,7 +502,7 @@
|
||||
<!-- How It Work Image Start -->
|
||||
<div class="how-it-work-image">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917643/muglasurucukursu/motorhoca.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto,w_800/v1777917643/muglasurucukursu/motorhoca.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- How It Work Image End -->
|
||||
|
||||
Reference in New Issue
Block a user