This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Hello, is there a setting for me to fix the blurry photos of my products on mobile. The issue is not there on desktop but only on mobile. please addvise
Hello,
Add the following custom to child theme style.css
@media only screen and (max-width: 768px){
.content-product .product-content-image img {
width: auto;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up