Skip to content

Instantly share code, notes, and snippets.

@ajiseco
Created December 19, 2013 20:06
Show Gist options
  • Save ajiseco/8045348 to your computer and use it in GitHub Desktop.
Save ajiseco/8045348 to your computer and use it in GitHub Desktop.
If page ID
<?php if (is_page('20')) { ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php } else { ?>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment