• Does exactly what has to: zooms the product image, tested with WooCommerce 2.0.2 and Sentient 1.4.1 theme. Thumbnails on the product page just switches the main image you can hover over to zoom.

    There is though a small bug in the plugin when using it with Woo Sentient theme, the lens image is larger then the main product image and lens looks quite ‘broken’. With leaving ‘tint’ and ‘softFocus’ at ‘false’ and following fix to the plugin…

    cloud-zoom-for-woocommerce/js/cloud-zoom.1.0.2.min.js:

    // Init tint layer if needed. (Not relevant if using inside mode)
    -if (opts.tint) {
    +if (opts.tint != "false") {
       lens.css('background', 'url("' + sImg.attr('src') + '")');

    …the lens image is not used and the plugin works really well!

    Other pages after same basic testing doesn’t seem broken, even with some of my theme tweaks.

    Thanks! This is much better then some paid alternatives!

  • The topic ‘Simple, working, not breaking anything’ is closed to new replies.