Сlick anywhere in the picture. Woo

Hello!
The question is -
How to zoom in on a click anywhere in the picture, and not just with a magnifying glass?

Example
http://preview.codecanyon.net/item/woocommerce-product-image-zoom-plugin-magnifier-zoom-on-hover-click/full_screen_preview/21123655?_ga=2.184583850.24417672.1564472294-1578085080.1564472294

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.