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
WordPress and Scalability: A Brief Guide
From a niche blogging network to the biggest content management system powering…
What Is a Firewall?
Every website needs protection. Just like your personal computer, online servers can…
Learn How To Optimize Shopify Liquid code
Why you should optimize liquid code? There are several reasons why you…
Top 10 Best WordPress Cache Plugins (2026 Detailed Comparison)
Let’s settle this “best cache plugin” thing once and for all. Your…
