Hello
-
I want only zoom, i disabled pan and rotate both but still pan is working.
-
I used on a div, there are some buttons on div, button click not working.
var elem = document.getElementById('crossword'); var zm = new Zoom(elem, { pan: false, rotate: false });
Please advice.
Thank you