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
Increase your Google AdSense earnings
Follow these tips to increase your Google AdSense earnings without taking any…
How to avoid an excessive dom size in wordpress
If you’re reading this article, chances are you’ve run into an “Avoid…
How to Move Your WordPress Site from HTTP to HTTPS
Converting to HTTPS/SSL is one of the scariest tasks out there. It…
12 Ways To Reduce Total Blocking Time In WordPress -PSI
Need to reduce your total blocking time in WordPress? Total blocking time is caused…
