You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
I'm having problems:
I use an image gallery, but I don't use the example shown for the image change. When the image change event is triggered, I call the ezplus function from the "hover" event on my image gallery. Most of the time, when I change image, it keeps the size of the previous image, even doing a kind of destroy, eliminating the ZoomContainer. What could be the problem?
Thank you all!
I destroy it like this: $.fn.ezPlusDestroy = function () { $('.ZoomContainer').remove(); }
The text was updated successfully, but these errors were encountered:
Hi everybody,
I'm having problems:
I use an image gallery, but I don't use the example shown for the image change. When the image change event is triggered, I call the ezplus function from the "hover" event on my image gallery. Most of the time, when I change image, it keeps the size of the previous image, even doing a kind of destroy, eliminating the ZoomContainer. What could be the problem?
Thank you all!
I destroy it like this:
$.fn.ezPlusDestroy = function () { $('.ZoomContainer').remove(); }
The text was updated successfully, but these errors were encountered: