Skip to content

Instantly share code, notes, and snippets.

@tonydieu
Last active November 18, 2015 13:26
Show Gist options
  • Save tonydieu/8456eabbdb3af04f71f0 to your computer and use it in GitHub Desktop.
Save tonydieu/8456eabbdb3af04f71f0 to your computer and use it in GitHub Desktop.
width fix/hack ms/mac broswer
// http://luxiyalu.com/window-innerwidth-vs-window-innerwidth/
var width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment