This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
Hi
I have uploaded high quality pictures on my website (home page) but it still look blurry on the website though they are not on the file. Is there any kind of compression going on?
How can I make the clearer (as on the file it is already super clear). Thanks!
Hello,
Our theme does not have any compression system for the images. WordPress generates images. But image on the home page does not look blurry https://prnt.sc/13695he
Maybe the bottom one, but if I open image itself I see the same /wp-content/uploads/2021/05/Jennifer-Nchanted-7-2ss.jpg
To avoid stretching of the product images on the shop page add the below code to Theme Options > Custom CSS
.content-product .product-content-image img {
width: auto;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up