Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Hello Sylvain,

    you can remove the old zoom containers with:

    jQuery('.zoomContainer').remove();

    then generate the zoom containers for the new images with:

    jQuery('.zoooom').image_zoom(IZ.options);

    Best to call these two actions within your Ajax call, right after adding the images to the DOM.

    Thread Starter sdonnet

    (@sdonnet)

    Hi Diana,

    It works ! Thanks you !

    Sylvain

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.