Viewing 1 replies (of 1 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello,
    in order to change catalog images size go to
    Woocommerce -> Settings -> Products -> Display -> Calalog images
    and change the size (you will have to regenerate your images)

    now if you need a fast way to resize related products images you can use the css code bellow in your style.css or your custom css area.

    .related img {
    width: 250px;
    height: 250px;
    }

    replace 250px with the desired size, it may be better to avoid setting height.

    Let me know if you need any help.
    Thanks for using my plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Product Display Size’ is closed to new replies.