Open mafftor opened 5 years ago
I have added a feature which works by click. Click on image and zoom it easy.
Initialize in this way if you want to disable the multiplier feature
wheelzoom(document.querySelector('img.zoom'), {maxMultiplier: 0});
or set the max of depth
wheelzoom(document.querySelector('img.zoom'), {maxMultiplier: 5});
I have added a feature which works by click. Click on image and zoom it easy.
Initialize in this way if you want to disable the multiplier feature
or set the max of depth