Guest User

Untitled

a guest
Feb 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if(window.matchMedia("(orientation: landscape)")){
  2. //landscape
  3. }
  4. if(window.matchMedia("(orientation: portrait)")){
  5. //portrait
  6. }
Add Comment
Please, Sign In to add comment