Home › Forums › WoodMart support forum › Extra Images Loading in Theme. › Reply To: Extra Images Loading in Theme.
April 24, 2024 at 2:29 pm
#560265
Luke Nielsen
Keymaster
Hello,
Remove the previous code and replace it with the below one:
add_filter('max_srcset_image_width', function () {
return 1;
});
Clear the cache and recheck the issue.
Kind Regards