How to disable the native WordPress lazy load function.
Paste the snippet below into your theme functions.php file:
/**
* Disable WordPress default image lazy load
**/
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
For those wondering why I think most sites should disable image lazy load, read this:
Latest Guides
How To Use Cookie-Free Domains with Cloudflare in WordPress- CDN
Seeing “Use cookie-free domains” error at GTmetrix Yslow or Pingdom for your…
Best WordPress Themes in 2026
A list of my favorite WordPress themes and why! I also include my…
How to Get AdSense Approval
In this guide, you’ll learn how to get approved by Google Adsense…
NitroPack – cloud caching and CDN service review
Welcome to the new era where cloud-caching goes mainstream (vs server-caching). What…
