• Resolved jathuv

    (@jathuv)


    Love the plugin guys, really nice work, thanks for putting this together.

    Quick question – how do I turn off the zoom function?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jathuv,

    Currently, this feature is not possible. but it’s a good idea. We can make available in the coming version.

    Thank You

    Thread Starter jathuv

    (@jathuv)

    Thanks Ahmed!

    alexrussia

    (@alexrussia)

    hello, its a very easy/ in function write

    function remove_image_zoom_support() {
    remove_theme_support( ‘wc-product-gallery-zoom’ );
    remove_theme_support( ‘wc-product-gallery-lightbox’ );
    }
    add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to turn off the zoom?’ is closed to new replies.