I’m having the same exact problem. In ‘customizer mode’ images show up 1:1 ratio, but out of customizer mode, they are in different sizes.
Before the update all images were square.
Also, on Mobile in 1 column, image thumbnails are in different sizes.
The new Woocommerce version it seems the controls to set thumbnail image size has been removed and in my check out page I now get giant full size images instead of small thumbnails that makes my check out look horrible. Is there a solution to this?
Same here, made an update to 3.3.3 and all product page thumbnails are no longer cropped and the entire thing looks like crap. Had to revert back to 3.3.1. What happened WooCommerce?
-
This reply was modified 8 years, 3 months ago by
kaotik.
@jrtsoft Thank you. Rolling back to version 3.3.1 fixed the images for me.
crop function still has issues. GG woocommerce
fixed it manually
.product-category img {
height:120px;
width:180px;
}
-
This reply was modified 8 years, 2 months ago by
jrtsoft.