How to disable elevateZoom?
How do i call the destroy function in
elevateZoom ? The documentation does't have any mention of it , If i do a quick ctrl+f in the
source, i see an option for disable , But i am not sure how to disable or destroy elevateZoom ?
I have the following code:
HTML:
Now after 3 seconds, i wish for the zoom functionality not to work. What do i do inside the
setTimeout()
that the
elevateZoom
becomes non-functional.
FIDDLE HERE