We need to add this line of code in the functions.php file of our current active theme:
add_filter( 'woocommerce_resize_images', '__return_false' );
If you want to read more about this issue please do so following this link:
https://wordpress.org/support/topic/terrible-124/#post-11143821