This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi,
How can I allow zooming of images on my product pages?
Thanks,
Hello,
Please try to add this code in style.css file of your child theme:
.product-content-image img {
transition: transform .2s;
}
.product-content-image img:hover {
transform: scale(1.1);
}
Regards
It worked, thank you so much.
Regards,
You’re welcome!
Regards
The issue related to '‘Zoom images on mobile devices’' has been successfully resolved, and the topic is now closed for further responses