I have one weird issue into my Woo store. After latest update, Product Shop thumbnails start to show in unnusual way. Some images are shown fine, but some of them, are showed in full size. i want to make it all images to show like this:
Dimensions of "good" showed products are: 251px x 304px. This is my Woocommerce Thumbnails configrations too:
I tryed to set this into CSS:
.woocommerce ul.products li.product a img {
width: 100%;
height: auto; // changed to 304px, but images makes smasshed.
display: block;
margin: 0 0 1em;
-webkit-box-shadow: none;
box-shadow: none
}
Any help, how to show all images fine? This is link form store.