From c81df6f274d08f3214ba8a692f74741fa0cfe1a1 Mon Sep 17 00:00:00 2001 From: jab Date: Fri, 23 Jun 2017 15:39:29 +0000 Subject: [PATCH] CB-12947: (docs) Fix iPhone 5 and 5s resolution (and add iPhone SE which was missing) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2b8c19..ccbc17c 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ If you choose to use legacy launch images, you will use the following syntax in Technically the filename for the `src` attribute can be anything you want; the filenames are used because they match what will be used when your project is compiled. The width and height attributes determine which launch images are displayed on which devices as follows: -| width | height | device (orientation) | -|:-----------:|:------------:|:-------------------------:| +| width | height | device (orientation) | +|:-----------:|:------------:|:--------------------------------:| | 320 | 480 | All non-retina iPhones and iPods | -| 640 | 960 | iPhone 4/4s/5/5s (portrait) | +| 640 | 960 | iPhone 4/4s (portrait) | +| 640 | 1136 | iPhone 5/5s/SE (portrait) | | 750 | 1334 | iPhone 6/6s/7 (portrait) | | 1242 | 2208 | iPhone 6+/6s+/7+ (portrait) | | 2208 | 1242 | iPhone 6+/6s+/7+ (landscape) |