Comments 8vv_web started the conversationFebruary 19, 2021 at 1:22pmHi, is it possible to disable LazyLoad for the whole theme? It's causing problems when delivering images in WebP.Thanks![deleted] repliedFebruary 19, 2021 at 1:44pmHi vv_web, To disable lazy loading on the Kalium theme please just add this PHP code: add_action( 'init', function() { kalium()->images->lazy_load = false; } ); on your functions.php code. Have a great day! Sign in to reply ...
Hi, is it possible to disable LazyLoad for the whole theme? It's causing problems when delivering images in WebP.
Thanks!
Hi vv_web,
To disable lazy loading on the Kalium theme please just add this PHP code:
on your functions.php code.
Have a great day!