shrink-to-fit="no"

Add shrink-to-fit="no" to viewport meta to ensure that documents aren't scaled down to enusre all content fits into the viewport.

see: http://stackoverflow.com/questions/33767533/what-does-the-shrink-to-fit-viewport-meta-attribute-do
This commit is contained in:
Scott 2016-05-09 11:21:47 -04:00
parent 8d53a12dc8
commit aebf93fda6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ A collection of HTML head elements.
``` html
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="keywords" content="your,keywords,here,comma,separated,no,spaces">
<meta name="description" content="150 chars">