1

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?

Community
  • 1
  • 1
Night
  • 731
  • 5
  • 14
  • Why should the age of the thread matter? Old browsers take a very long time to die, particularly IE versions. – cimmanon Jan 14 '14 at 14:57
  • possible duplicate of [How to detect page zoom level in all modern browsers?](http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers) – cimmanon Jan 14 '14 at 14:59

1 Answers1

1

I'd take a look at detect-zoom.

With that, you can detect zoom cross-browser with this

var zoom=detectZoom.zoom()
scrblnrd3
  • 7,228
  • 9
  • 33
  • 64