Codesnipp.it Social Code Sharing

Amber Weinberg

Custom Viewport w/ Mobile CSS

by Amber Weinberg on Jan 24, 2012

<?php if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) { ?> <meta name="viewport" content="width=device-width; initial-scale=.28; maximum-scale=1.0;"> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/mobile.css"/> <?php } else if(strstr($_SERVER['HTTP_USER_AGENT'],'iPad')) { ?> <meta name="viewport" content="width=device-width; initial-scale=.66; maximum-scale=1.0;"> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/mobile.css"/> <?php } ?>

Can't see the comments? Please login first :)