Skip to content

Commit

Permalink
feat(main): add iphone 14 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
onderceylan committed Oct 2, 2022
1 parent ce12b81 commit e2b6eb5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions src/config/apple-fallback-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,54 @@
},
"scaleFactor": 2
},
{
"device": "iPhone 14 Pro Max",
"portrait": {
"width": 1290,
"height": 2796
},
"landscape": {
"width": 2796,
"height": 1290
},
"scaleFactor": 3
},
{
"device": "iPhone 14 Pro",
"portrait": {
"width": 1179,
"height": 2556
},
"landscape": {
"width": 2556,
"height": 1179
},
"scaleFactor": 3
},
{
"device": "iPhone 14 Plus",
"portrait": {
"width": 1284,
"height": 2778
},
"landscape": {
"width": 2778,
"height": 1284
},
"scaleFactor": 3
},
{
"device": "iPhone 14",
"portrait": {
"width": 1170,
"height": 2532
},
"landscape": {
"width": 2532,
"height": 1170
},
"scaleFactor": 3
},
{
"device": "iPhone 13 Pro Max",
"portrait": {
Expand Down

0 comments on commit e2b6eb5

Please sign in to comment.