[woocommerce] Image deformed on product page

Boriss

Elite Member
Jr. VIP
Joined
Nov 7, 2009
Messages
2,833
Reaction score
1,427
Hi guys,

I'm working on a client's ecommerce site, which uses woocommerce and I stumbled upon a issue on the product page.

I have to mention the image is a bit large, but I don't think that is the problem.

The issue is, when I uploaded the image as featured, and went to the product URL, the image is like this:
asNsEmv.png

deformed or how should I call it. Tried with different size images but the issue is persistent.

Any help would be appreciated.
 

Attachments

  • sbs4RMs.png
    sbs4RMs.png
    23.5 KB · Views: 235
Last edited:
Try placing the following css rule in your stylesheet:

Code:
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100% !important;
}

Clear site and browser cache and see if this solves the problem.
 
Yes and no. Play with settings and see what you need to do. Upload images with that size or multiply by ... The should keep the ratio. Also install regenerate thumbnails plugin.
 
Back
Top