The magiczoom documentation describes callbacks that will execute at given times, but it's unclear how to use or assign those callbacks.
For example, how would I print a console message onZoomReady?
The closest I've found is a…
If I call MagicZoomPlus.stop(); on active magiczooms I'll frequently get the error:
Uncaught TypeError: Cannot read property 'width' of null
At other times I'll get this error:
Uncaught TypeError: Cannot read property 'r' of undefined
When that…
I am using Magic zoom plus on my magento website,
I found magic zoom will generate lots of JS in the html body.
Please see following screenshot
http://screencast.com/t/emzgCN1Sazr
http://screencast.com/t/uoABDzfL
I know some of them are based on the…
I have a site at present built using magento and using magic zoom for product images, the plugin works fine for desktop versions and on most responsive designs, however on some screens, most iphone4s, the image takes up the whole top half of the…
I have a website where I want to use MagicZoom.
Everything would be fine since it is easy to implement, but there seems to be an error when loading the js file.
I will send you the website which is currently under construction.
MagicZoom should be…
I faced with a trouble using magicZoom.
When I'm fast change between 2 pictures which are have activated magicZoom, magicZoom library shows me in console:
Uncaught TypeError: Cannot read property 'width' of null
at d.eval (eval at …
The following extract calls a php file that retrieves some info from a database and returns the values which are then used to update my page. Works perfectly on standard browsers but as soon as I try it on a mobile it fails to update.
//function -…
I've got Zen Cart 1.53, with Magic-Zoom, and tried adding a Fotorama image display with automatic thumbnails. Magic-zoom seems to be auto zooming the thumbnails like it does on normal product thumbnails. This is simply an image slider on the main…
i am using the famous plugin magiczoomplus to allow zoom feature. However i want to disable this on mobile.. I could not find any documentation anywhere about how to destroy magicZoomplus.
Basically the plugin looks for any element with the class…
I have the following pice of code but it is not working for me.
$('#seisUrl').html(""); // reset div.
var urls = url,
filepath , filename;
for(var i=0;i
In Shopify, image ALT tag (displayed below the main image) is not changing on Image Zoom.
I am using 'supply' theme for Shopify, and here is the code for image under product.liquid
I've installed Magic Zoom in to my Big Cartel website, the zoom function works fine however the product is not actually zooming in?
http://www.generyanart.com/product/house-by-the-sea this is the website - I was just wondering what i needed to do…
MagicZoom lib claims in the documentation that only the large image for the default image will be initially downloaded and the rest of the large images for each thumbnail will be downloaded after the page is loaded.
However, when I inspect the…
Has anyone experienced a z-index problem with Magic Zoom on IE 8 or 9?
I have an element with z-index: 1
MagicZoom creates an element with z-index: 100
However IE9 displays the element with z-index 1 on top of the 100.
Here is the page.
The weird…