Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
add_action( 'init', function() { kalium()->images->lazy_load = false; } );on your functions.php code.
Have a great day!