calling an image for thumbnail
Please elaborate in detail, what exactly are you referring to?
find the solution. it’s already on another thread here
add_filter( ‘max_srcset_image_width’, create_function( ”, ‘return 1;’ ) );
you can mark it as solved! thanks
This did not work for me. I am using WordPress 4.5.3
The srcset does go away after adding this to functions.php
This code does not work for me, the srcset is still there. My original uploaded images are very big and need not to be streched, however for the gallery images in single product view a very small image is used in srcset and I don’t know from where it is picked up, the source dimensions used for this image are not specified anywhere.
As a workaround it only got better when i increase woocommerce product display image size to 1000 x 1200 and regenerating thumbnails