Is it possible to detect, using JavaScript, when the user changes the zoom in a page? I simply want to catch a \"zoom\" event and respond to it (similar to window.onresize e
Good news everyone some people! Newer browsers will trigger a window resize event when the zoom is changed.