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 much does Google Adsense pay you
Learn how much money you can realistically make from Google Ads. How…
Minify strategies for HTML, CSS, JS
Are you someone that believes in always minifying HTML, CSS, JS? There’s a whole…
WordPress vs STATIC CMS
Should you still use WordPress when there are all those other cool…
Step By Step Complete WordPress speed optimization Guide
130+ performance tips and WordPress Speed Optimization Guide to overcome your WordPress…