0

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:

image showing the issue

Dimensions of "good" showed products are: 251px x 304px. This is my Woocommerce Thumbnails configrations too:

woo configuration

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.

Nisarg
  • 1,631
  • 6
  • 19
  • 31
Doroti Henridgz
  • 105
  • 3
  • 13

1 Answers1

0

So it looks like something is going wrong with the responsive images... have a look at this issue for more info

Also the images look to be different sizes.

You could use CSS to make them more uniform but the images would look squished or out of proportion.

IMHO it best to try and keep the images similar sizes and proportion.

Dominion79
  • 77
  • 6