Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created June 4, 2014 13:02
Show Gist options
  • Save jbutko/3da23ca950f6387ce6a2 to your computer and use it in GitHub Desktop.
Save jbutko/3da23ca950f6387ce6a2 to your computer and use it in GitHub Desktop.
js: window resize event
window.onresize = function() {
// your code
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment