• Resolved Maya Buttigieg

    (@mayakoruncheva)


    Hello,

    Can anybody, please, help me with the following issue:

    The thumbnail pictures of my products in the store are all different sizes.

    https://valletro.com/?product_cat=child-care&paged=2

    I will admit that I have uploaded them without re-sizing them, but I was hoping that Woocommerce or the theme will Hard crop them; or that I can use Regenerate Thumbnail to make them all the same size.

    I HAVE TRIED that but with no result. The regeneration does not change at all the dimension of the pictures.

    Anybody has any ideas how to solve this issue?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    If you change woocommerce Product size kindly use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> general setting >> custom css Filed )

    .woocommerce ul.products li.product a img
    {
        width: 100px !important;
        height: 100px !important;
    }

    Change height and width size according your need.

    Thanks.

    Thread Starter Maya Buttigieg

    (@mayakoruncheva)

    Great! It solved the problem! Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with size Thumbnail Pictures in WooCommerce’ is closed to new replies.