Skip to content

Commit

Permalink
feat(main): add iphone 13 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
onderceylan committed Jun 8, 2022
1 parent bc90c4c commit 7e09df1
Showing 1 changed file with 48 additions and 0 deletions.
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 13 Pro Max",
"portrait": {
"width": 1284,
"height": 2778
},
"landscape": {
"width": 2778,
"height": 1284
},
"scaleFactor": 3
},
{
"device": "iPhone 13 Pro",
"portrait": {
"width": 1170,
"height": 2532
},
"landscape": {
"width": 2532,
"height": 1170
},
"scaleFactor": 3
},
{
"device": "iPhone 13",
"portrait": {
"width": 1170,
"height": 2532
},
"landscape": {
"width": 2532,
"height": 1170
},
"scaleFactor": 3
},
{
"device": "iPhone 13 mini",
"portrait": {
"width": 1125,
"height": 2436
},
"landscape": {
"width": 2436,
"height": 1125
},
"scaleFactor": 3
},
{
"device": "iPhone 12 Pro Max",
"portrait": {
Expand Down

0 comments on commit 7e09df1

Please sign in to comment.