Guest User

Untitled

a guest
Sep 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <meta name="viewport" content="width=device-width">
  2. <script>
  3. document.querySelector && document.querySelector('meta[name="viewport"]').setAttribute(
  4. 'content', 'width=device-' + (window.orientation ? 'height' : 'width')
  5. );
  6. </script>
Add Comment
Please, Sign In to add comment