jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

default zoom value is not modified ! #20

Closed stoufa closed 8 years ago

stoufa commented 8 years ago

This is the code I used : `<!doctype html>

` > There is no difference in zoom percent in both images ! > ![image](https://cloud.githubusercontent.com/assets/11628585/17619904/c5053b06-6088-11e6-8ad9-7449c9553ee6.png)
jackmoore commented 8 years ago

The zoom setting determines how much the image size changes for each time the scroll event fires.

stoufa commented 8 years ago

Yes I know ! I used two different zoom settings in the images and yet I get the same result ! ( for the same number of scrolls in both images of course ! ) So, I think that the value is not changed ! However, I only feel the difference when I modify the default value in wheelzoom.js ! image

jackmoore commented 8 years ago

Sorry, I cannot reproduce the issue.

stoufa commented 8 years ago

No problem, changing the default value in wheelzoom.js is a sufficient solution for now :)