_s: Define initial-scale for a better mobile experience when changing

device orientation. Fixes: #285.
This commit is contained in:
obenland 2013-09-02 17:33:32 -07:00
parent a224b393c4
commit 129c238239
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">