Skip to content

Commit 4eb36b3

Browse files
raigorxroblarsen
authored andcommitted
What about the meta tag, shrink-to-fit=no (#1984)
https://stackoverflow.com/questions/33767533/what-does-the-shrink-to-fit-viewport-meta-attribute-do It worth? I am trying to help please don't blame me
1 parent f11f2fe commit 4eb36b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<title></title>
77
<meta name="description" content="">
8-
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
99

1010
<link rel="manifest" href="site.webmanifest">
1111
<link rel="apple-touch-icon" href="icon.png">

0 commit comments

Comments
 (0)