Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Woocommerce Product Images Re: Woocommerce Product Images

#132948
chrisburton
Participant

It is not a CSS issue, it is a PHP issue in your WordPress template. I assume you are calling a post_thumbnail for that particular area which is outputting a really small version of the image. From there, you are increasing the size of the image which is causing it to be blurry.

You need to change your PHP to output the original image or set the correct dimensions in the PHP loop.