@brtnshrdr Thanks for making this zoom module. The above issue is probably caused caused due to 'mousewheel' event not having the 'wheelDeltaY' property in IE. This does not allow the scroll up case at all and hence zoom doesn't seem to be working. I am wondering if using the 'wheel' event might provide a better cross-browser solution - https://developer.mozilla.org/en-US/docs/Web/Events/wheel. Or maybe a different workaround for IE browsers older than Edge. Wanted to know your thoughts on it. Thanks!
@brtnshrdr Thanks for making this zoom module. The above issue is probably caused caused due to 'mousewheel' event not having the 'wheelDeltaY' property in IE. This does not allow the scroll up case at all and hence zoom doesn't seem to be working. I am wondering if using the 'wheel' event might provide a better cross-browser solution - https://developer.mozilla.org/en-US/docs/Web/Events/wheel. Or maybe a different workaround for IE browsers older than Edge. Wanted to know your thoughts on it. Thanks!