Night
Night

Reputation: 749

Detecting Zoom Level in all moderately used Browsers?

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

Answers (1)

scrblnrd3
scrblnrd3

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

Related Questions