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 to Start a WordPress Website in 30 Minutes
Setting up your own WordPress is easy! Follow these steps: Get webhosting – best…
The FASTEST Lightweight WordPress Themes
Why do we want a lightweight theme? Besides getting rid of unnecessary…
Long Tail Keywords
Learn what long-tail keywords are, how to find them and how to…
Google AMP Sucks for WordPress
Google AMP sucks. Creates more problems and doesn’t always solve the one…