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
14 Tools We Use to Audit Performance of a WordPress site
Performance is not just about “my site loads under x seconds”. There…
Best WordPress Image Compression Plugins – UPDATED 2026
Honestly…there are only 4 good ones (ShortPixel, WP Compress, LiteSpeed Cache Plugin,…
How much does Google Adsense pay you
Learn how much money you can realistically make from Google Ads. How…
How to Optimize your XML Sitemap for Maximum SEO
An optimized XML sitemap can lead to faster indexing and higher rankings…
