Reputation: 749
I've been looking around on stack overflow for zoom detection, there are a few threads - but most of them seem to be a few years old, for instance: How to detect page zoom level in all modern browsers?
So I wondered if anything had changed in the form of detection since this thread was made?
How would I go about detecting Zoom level in all moderately used Browsers?
Upvotes: 1
Views: 1508
Reputation: 7416
I'd take a look at detect-zoom.
With that, you can detect zoom cross-browser with this
var zoom=detectZoom.zoom()
Upvotes: 1