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:
mstfyldz
2026-05-04 22:07:19 +03:00
parent eb46d6411d
commit 0d03a71eb6
4 changed files with 21 additions and 21 deletions

View File

@@ -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 -->