Skip to content

Instantly share code, notes, and snippets.

@RStankov
Created October 8, 2010 16:41
Show Gist options
  • Select an option

  • Save RStankov/617093 to your computer and use it in GitHub Desktop.

Select an option

Save RStankov/617093 to your computer and use it in GitHub Desktop.
(document.body.onorientationchange = function(){
document.body.className = orientation % 180 == 0 ? 'vertical' : 'horizontal';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment