Skip to content

Instantly share code, notes, and snippets.

@adamschwartz
Created August 10, 2015 20:27
Show Gist options
  • Select an option

  • Save adamschwartz/78a8fb1331ca1e51b4e5 to your computer and use it in GitHub Desktop.

Select an option

Save adamschwartz/78a8fb1331ca1e51b4e5 to your computer and use it in GitHub Desktop.
var getBrowserZoom = function() {
return window.outerWidth / (document.body.clientWidth + parseInt(getComputedStyle(document.body)['margin-left'], 10) + parseInt(getComputedStyle(document.body)['margin-left'], 10))
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment