If AJAX-ZOOM parent container resizes with javascript by e.g. click on a button,
then you should call jQuery.fn.axZm.resizeStart(3000)
when it starts resizing and jQuery.fn.axZm.resizeStart(1)
when it definitely ends.
No need to do this if your responsive layout resizes by window resize or orinetation change events.
In this case, AJAX-ZOOM will do it instantly.
Click
to set the height of the above container to 300px with javascript.
For more information and visual examples please visit example15_responsive.