Hello,
we have upload on the site some images in different dimensions and in the product catalog or inside the product some images are playing very wrong. Also in the product catalog we need to have a same grid – image dimension for all products, because otherwise is very ugly.
I tried to resize the thumbnails through the function.php but nothing it seems to work. For example
update_option( ‘woocommerce_thumbnail_cropping’, ‘1:1’ );
or
update_option( ‘woocommerce_thumbnail_cropping’, ‘custom’ );
update_option( ‘woocommerce_thumbnail_cropping_custom_width’, ‘4’ );
update_option( ‘woocommerce_thumbnail_cropping_custom_height’, ‘3’ );
In the private area you see more details, thank you.