Viewing 1 replies (of 1 total)
  • Thread Starter Vitaliy K

    (@vitaliy-k)

    I have found the answer myself

    In order to get it to work in IE, you need to have seen the little note in the JS file: “We need the dummy background image as IE does not trap mouse events on transparent parts of a div. background-image:url(\”.\”)”.

    So basically, what i did was add a new class to the CSS file (/wp-content/plugins/cloud-zoom-for-woocommerce/css/cloud-zoom.css) to load a transparent pixel image:

    .mousetrap {background-image:url(‘/wp-content/themes/mytheme/images/spacer.png’)}

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WooCommerce Cloud Zoom Image Plugin] IE zoom’ is closed to new replies.