Guest User

Untitled

a guest
Oct 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const viewPort = document.createElement('meta');
  2. viewPort.setAttribute('name', 'viewport');
  3. viewPort.setAttribute('content', 'width=device-width, initial-scale=1');
  4. document.getElementsByTagName('head')[0].appendChild(viewPort);
Add Comment
Please, Sign In to add comment