Skip to content

Commit 851bb66

Browse files
authored
remove shrink-to-fit
re- closes #198 just removing `shrink-to-fit` but not presently adding in `viewport-fit=cover`
1 parent 1f61b94 commit 851bb66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Below are the essential elements for any web document (websites/apps):
4545

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

110110
<!--
111111
Allows control over where resources are loaded from.

0 commit comments

Comments
 (0)