Certain Product Thumbnail Images Showing at 1px?
-
Hi Xtemos,
We have a problem where some product thumbnail images are showing up at height: 1px and width: 1px even though the thumbnail is generated and valid.

It doesn’t affect all products but it’s enough to be a problem.
Please can you help?
Thanks
Jay
Hey,
I just added this into the Global CSS theme settings:
img.content-product-image.attachment-shop_catalog {
width: 500px !important;
}
And I think it might be solved? Or is this not advisable?
Is this a bug or… ?
Thanks
Jay
Hello,
This issue may be caused by some auto import plugin for your products and images.
Better to use this code snippet
img.content-product-image.attachment-shop_catalog {
width: 100%;
}
Regards