OSDN Git Service

Regular updates
[twpd/master.git] / resolutions.md
1 ---
2 title: Screen resolutions
3 layout: 2017/sheet
4 updated: 2017-10-30
5 weight: -1
6 ---
7
8 ## Resolutions
9 {: .-one-column}
10
11 ### Mobile
12
13 | Resolution | DPPX | Actual resolution | DPPI    | Actual PPI | Size | Devices                    |
14 | ---        | ---  | ---               | ---     | ---        | ---  | ---                        |
15 | 320 x 480  | @1x  | 320 x 480         | 163 ppi | 163 ppi    | 3.5" | iPhone 2G/3G/3GS           |
16 | 320 x 480  | @2x  | 640 x 960         | 163 ppi | 326 ppi    | 3.5" | iPhone 4/4S                |
17 | 320 x 568  | @2x  | 640 x 1136        | 163 ppi | 326 ppi    | 4"   | iPhone 5/5C/5S             |
18 | 375 x 667  | @2x  | 750 x 1334        | 163 ppi | 326 ppi    | 4.7" | iPhone 6/6S                |
19 | 320 x 568  | @2x  | 640 x 1136        | 163 ppi | 326 ppi    | 4"   | iPhone SE                  |
20 | 375 x 667  | @2x  | 750 x 1334        | 163 ppi | 326 ppi    | 4.7" | iPhone 7/8/SE2             |
21 | 414 x 736  | @3x  | 1242 x 2208       | 133 ppi | 401 ppi    | 5.5" | iPhone 6+/6S+/7+/8+        |
22 | 414 x 896  | @2x  | 828 x 1792        | 162 ppi | 326 ppi    | 6.1" | iPhone Xr/11               |
23 | 375 x 812  | @3x  | 1125 x 2436       | 152 ppi | 458 ppi    | 5.8" | iPhone X/Xs/11 Pro         |
24 | 414 x 896  | @3x  | 1242 x 2688       | 162 ppi | 458 ppi    | 6.5" | iPhone Xs Max/11 Pro Max   |
25 | ---        | ---  | ---               | ----    | ---        | ---  | ---                        |
26 | 360 x 640  | @2x  | 720 x 1280        | 153 ppi | 306 ppi    | 4.8" | Galaxy S3                  |
27 | 360 x 640  | @3x  | 1080 x 1920       | 147 ppi | 441 ppi    | 5"   | Galaxy S4                  |
28 | 360 x 640  | @3x  | 1080 x 1920       | 144 ppi | 432 ppi    | 5.1" | Galaxy S5                  |
29 | 360 x 640  | @4x  | 1440 x 2560       | 144 ppi | 577 ppi    | 5.1" | Galaxy S6/Edge             |
30 {: .-headers}
31
32 ### Tablet
33
34 | Resolution | DPPX | Actual resolution | DPPI    | Actual PPI | Size | Devices          |
35 | ---        | ---- | ---               | ---     | ---        | ---- | ---              |
36 | 1024 x 768 | @2x  | 2048 x 1536       | 163 ppi | 326 ppi    | 7.9" | iPad Mini Retina |
37 | 1024 x 768 | @2x  | 2048 x 1536       | 132 ppi | 264 ppi    | 9.7" | iPad Air         |
38 {: .-headers}