• Resolved bganush

    (@bganush)


    In mobile the image/product gallery is overwritten by this plugin so it removes the option to enlarge an image when clicked you have to click the bottom right corner to enlarge this is very unintuitive and always missed by users. How can we make it so when you click the whole image in enlarges the image (so people an pinch and zoom) not just having to find the tiny icon. Other than that great plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,

    Please add following JavaScript on your site to open lightbox on image click.

    jQuery(".slider.nickx-slider-for").on('click','.nslick-current img', function(e) {
    	jQuery('.slider.nickx-slider-for .nslick-current span').click();
    	return false;
    });

    Thread Starter bganush

    (@bganush)

    That doesn’t work.

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Please share your product URL. So I’ll checke it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clicking Main Image In Mobile Doesn’t Scale/Enlarge Image’ is closed to new replies.