This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Olga Barlow
We use xstore paid theme and notice the product images on desktop are blurry but when you hover over them for the magnifier they are perfect. In Chrome if you then refresh the page the image looks clear. But go out of the product then back and it looks blurry again.
Hello,
Try to add the following code to child theme style CSS or to Custom CSS adn let me know if it fix problem for you
.single-product-wide .product-images img, .single-product-wide .carousel-area {
width: auto;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up