Home › Forums › WoodMart support forum › Lazy Load issue › Reply To: Lazy Load issue
March 10, 2023 at 12:41 pm
#450003
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file and see how it works
add_filter( 'wp_lazy_loading_enabled', '__return_false' );