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 MagicZoom.defaults.onready
property, but it's unclear how to set it via javascript (my attempts aren't working as expected).