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
Shopify Image Optimization
“Shopify Image Optimization: A Comprehensive Guide” Header Outline: Introduction: Image optimization is…
Google AMP Sucks for WordPress
Google AMP sucks. Creates more problems and doesn’t always solve the one…
WordPress Plugin and Cloudflare Worker
In order to create great User Experience (UX), websites should always load…
Fastest WordPress Hosting Providers in 2022
On the hunt for the fastest WordPress hosting provider to serve up…