Skip to content

Commit bad98c4

Browse files
scottaohararoblarsen
authored andcommitted
remove instances of shrink-to-fit=no (#2103)
closes #2102 Per my findings, the need for it as a default was rectified with the release of iOS 9.3, where the viewport no longer shrunk to accommodate overflow, as was introduced in iOS 9.
1 parent 49130f6 commit bad98c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<title></title>
88
<meta name="description" content="">
9-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
1010

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

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<title></title>
88
<meta name="description" content="">
9-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
1010

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

0 commit comments

Comments
 (0)