Hi
My product pic is saved at 146px(h) x 110px(w)
I have set catalogue and single product image to these dimensions
The products proportion is correct but the dimensions are bigger than 146px x 110px thus blurry
How can get the product to view at 146px x 110px, at the moment they are viewing at about 230px x 300px
Thanks
Hi mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce .thumbnail_container img {
width: auto!important;
}
Best regards,
Yigit
That’s great thanks!
Can I do the same for the individual product image?
Thanks
Hi!
Yes, please add following code to Quick CSS as well
#top .product div.images img { width: auto !important; }
.template-shop div.product div.images { width: 150px; }
Regards,
Yigit
Brilliant! works well.
Thanks