Home Forums WoodMart support forum Weird issue on iOS Reply To: Weird issue on iOS

#447553

Hello,

Please add this code to the functions.php of the child theme:

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

Then clear the cache on site and in the browser and check, how it works.

Best Regards