Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    Yes, it’s possible. Just take a look at the classes the body tag has in each case. For instance, the shop page has the classes archive and post-type-archive-product, among others. The single product page, on the other hand, has the following classes: single and single-product. Using these classes, you can define the specific sizes you want in each case:

    body.single.single-product img.nelioefi {
      width: 600px!important;
      height: 400px!important;
    }
    
    body.archive.post-type-archive-product img.nelioefi {
      width: 300px!important;
      height: 200px!important;
    }

    And so on. I hope this helps!

    Please, don’t forget to rate and/or comment on our plugin, if you haven’t done it already 😉

Viewing 1 replies (of 1 total)

The topic ‘Woocommerece thumbnail’ is closed to new replies.