spinningarrow / zoom-vanilla.js

Medium's image zoom in vanilla JS (no jQuery).
https://code.sahil.me/zoom-vanilla.js/
MIT License
234 stars 22 forks source link

add cursor: zoom-in and cursor: zoom-out #28

Closed marathia closed 7 years ago

marathia commented 7 years ago

Please consider adding cursor: zoom-in; and cursor: zoom-out; to zoom.css, especially for Edge that only supports the unprefixed versions (see http://caniuse.com/#feat=css3-cursors-newer).

spinningarrow commented 7 years ago

I don't mind at all. Would you perhaps have the bandwidth to make a pull request for this change?

spinningarrow commented 7 years ago

Fixed by incorporating autoprefixer in the build chain.