Skip to content

Instantly share code, notes, and snippets.

@esedic
Created June 7, 2014 08:14
Show Gist options
  • Save esedic/aea6caf93d819fc0c193 to your computer and use it in GitHub Desktop.
Save esedic/aea6caf93d819fc0c193 to your computer and use it in GitHub Desktop.
Add viewport tag to head with jQuery
//useful for jsfiddle
$('head').append('<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment