Hello!
The question is -
How to zoom in on a click anywhere in the picture, and not just with a magnifying glass?
Hey Shumuher,
That is possible with X by adding some custom codes in X > Theme Options > CSS:
.woocommerce-product-gallery__trigger {
width: 100%;
height: 100%;
text-align: left;
}
a.woocommerce-product-gallery__trigger .emoji {
margin: 0 1em !important;
}
Hope this helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.