Skip to content

Commit

Permalink
remove shrink-to-fit
Browse files Browse the repository at this point in the history
re- closes #198 

just removing `shrink-to-fit` but not presently adding in `viewport-fit=cover`
  • Loading branch information
scottaohara authored Jan 8, 2019
1 parent 1f61b94 commit 851bb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Below are the essential elements for any web document (websites/apps):

```html
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
The above 2 meta tags *must* come first in the <head>
to consistently ensure proper document rendering.
Expand Down Expand Up @@ -105,7 +105,7 @@ These elements provide information for how a document should be perceived, and r
Any other head element should come *after* these tags.
-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!--
Allows control over where resources are loaded from.
Expand Down

0 comments on commit 851bb66

Please sign in to comment.