Created
August 22, 2013 23:10
-
-
Save grantmiller/6313884 to your computer and use it in GitHub Desktop.
LP Mobile HTML Plugin meta viewport for responsive sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript">if(window.screen.width <= 740){ document.write('<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width">');}</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment