- Issue created by @selinav
Hello,
Is there a way to remove lazy loading to avoid Largest Contentful Paint with "Colorbox responsive" formatter ?
When the image is above the fold it is penalizing according to Google Page Speed Insight https://pagespeed.web.dev
On the last line we see loading="lazy"
<a href="http://shiatsu/sites/default/files/images/massage-roanne-bien-etre.jpg" title="Massage Roanne, Le Coteau pour soulager les douleurs physiques et morales" data-colorbox-gallery="gallery-page-12-JPOb-dYJpd4" class="colorbox cboxElement" data-cbox-img-attrs="{"alt":"Massage Roanne, Le Coteau pour soulager les douleurs physiques et morales"}" data-once="init-colorbox"> <picture>
<source srcset="/sites/default/files/styles/illustration_desktop/public/images/massage-roanne-bien-etre.jpg?itok=nGKeOwN6 1x" media="all and (min-width: 1440px)" type="image/jpeg" width="500" height="261">
<source srcset="/sites/default/files/styles/illustration_tablette_portrait/public/images/massage-roanne-bien-etre.jpg?itok=WfASNeVZ 1x" media="all and (min-width: 700px)" type="image/jpeg" width="615" height="321">
<source srcset="/sites/default/files/styles/illustration_desktop/public/images/massage-roanne-bien-etre.jpg?itok=nGKeOwN6 1x" media="all and (min-width: 1200px)" type="image/jpeg" width="500" height="261">
<source srcset="/sites/default/files/styles/illustration_tablette_portrait/public/images/massage-roanne-bien-etre.jpg?itok=WfASNeVZ 1x" media="all and (min-width: 500px)" type="image/jpeg" width="615" height="321">
<source srcset="/sites/default/files/styles/illustration_desktop/public/images/massage-roanne-bien-etre.jpg?itok=nGKeOwN6 1x" media="all and (min-width: 1300px)" type="image/jpeg" width="500" height="261">
<source srcset="/sites/default/files/styles/illustration_desktop/public/images/massage-roanne-bien-etre.jpg?itok=nGKeOwN6 1x" media="all and (min-width: 1000px)" type="image/jpeg" width="500" height="261">
<source srcset="/sites/default/files/styles/illustration_tablette_portrait/public/images/massage-roanne-bien-etre.jpg?itok=WfASNeVZ 1x" media="all and (min-width: 700px)" type="image/jpeg" width="615" height="321">
<source srcset="/sites/default/files/styles/illustration_mobile/public/images/massage-roanne-bien-etre.jpg?itok=voC8ch4t 1x" media="all and (min-width: 500px)" type="image/jpeg" width="335" height="175">
<img width="335" height="175" src="/sites/default/files/styles/illustration_mobile/public/images/massage-roanne-bien-etre.jpg?itok=voC8ch4t" alt="Massage Roanne, Le Coteau pour soulager les douleurs physiques et morales" loading="lazy">
</picture>
</a>
Thank you for your help