wheelzoom icon indicating copy to clipboard operation
wheelzoom copied to clipboard

Added new feature 'Multiplier' (zoom by click)

Open mafftor opened this issue 6 years ago • 0 comments

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});

mafftor avatar Sep 18 '19 21:09 mafftor