Monthly Archives: December 2020

WordPress Auto Lazy Loading

New wordpress (since?) Has an automatically lazy loading for images.. if that broke your site, you can disable it with the following code:add_filter( ‘wp_lazy_loading_enabled’, ‘__return_false’ ); AC.

Posted in Uncategorized | Tagged | Comments Off on WordPress Auto Lazy Loading