wheelzoom icon indicating copy to clipboard operation
wheelzoom copied to clipboard

Simple Javascript library for zooming IMG elements with the mousewheel.

Results 3 wheelzoom issues
Sort by recently updated
recently updated
newest added

if img.src changes,wheelzoom is not work. ![demo](https://user-images.githubusercontent.com/6397381/30952294-cc214676-a459-11e7-91be-ecab7d845481.jpg)

hi, if a apply this js to an image in the div, this can t be resize with the div size. ``` wheelzoom(document.getElementById('idImg'), { zoom: 0.1, maxZoom: 10 }); ```

The plugin is not working with Bootstrap 3+ modal and dynamic content built with ajax.