From 7e09df102d329fc6e3e51f04d7298e3f4b8fdce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=88nder=20Ceylan?= Date: Wed, 8 Jun 2022 17:07:44 +0200 Subject: [PATCH] feat(main): add iphone 13 specs --- src/config/apple-fallback-data.json | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/config/apple-fallback-data.json b/src/config/apple-fallback-data.json index c3b7b852..c7be99f2 100644 --- a/src/config/apple-fallback-data.json +++ b/src/config/apple-fallback-data.json @@ -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": {