Product Hover on Mobile Product Detail page
-
Hello!
When I am on a product detail page on my mobile phone the product picture fills out almost the whole screen.
When I want to swipe down to the describtion and touch the picture there is a zoom-in into the picture and I cannot swipe down.
I would prefer to zoom-in when clicked, but not when I want to swipe down.
I hope you know what I mean.
Thank you for your help.
Hello,
We can remove zoom on hower on mobile view with CSS, however we cannot make zoom on click with CSS. Please let me know if it is acceptable I will provide custom CSS.
Best Regards
Yeah, please send me the CSS..
This solution is fine for me.
BR Nico
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.product-image-wrap .zoomImg {
display: none !important;
}
You may need to deactivate the magnifier plugin.
Best Regards
The topic ‘Product Hover on Mobile Product Detail page’ is closed to new replies.