Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 4bd1dbc

Browse files
committed
Merge pull request #36 from svenvandescheur/add_iphone6
Add iPhone 6 models
2 parents a870e4a + 1e0a219 commit 4bd1dbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/devices.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"devices": [
1717
{ "name": "iPhone", "w": 320, "h": 480, "inch": "3.5", "pxd": 1 },
1818
{ "name": "iPhone 4", "w": 640, "h": 960, "inch": "3.5", "pxd": 2 },
19-
{ "name": "iPhone 5", "w": 640, "h": 1136, "inch": "4.0", "pxd": 2 }
19+
{ "name": "iPhone 5", "w": 640, "h": 1136, "inch": "4.0", "pxd": 2 },
20+
{ "name": "iPhone 6", "w": 750, "h": 1334, "inch": "4.7", "pxd": 2 },
21+
{ "name": "iPhone 6 Plus", "w": 1080, "h": 1920, "inch": "5.5", "pxd": 2.46 }
2022
]
2123
},
2224
{

0 commit comments

Comments
 (0)