Skip to content

Commit 9fdfb93

Browse files
committed
Update apple-touch-icon-precomposed.png and docs
1 parent c35f8d3 commit 9fdfb93

File tree

4 files changed

+36
-14
lines changed

4 files changed

+36
-14
lines changed

dist/apple-touch-icon-precomposed.png

2.82 KB
Loading

dist/doc/extend.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -591,13 +591,24 @@ icons using `link` elements placed in the HTML `head` of your document, e.g.:
591591

592592
The main sizes of the icons on iOS are:
593593

594-
* `57×57px` – non-Retina iPhone and iPod Touch
595-
* `72×72px` – iPad mini and the first- and second-generation iPad on iOS ≤ 6
596-
* `76×76px` – iPad mini and the first- and second-generation iPad on iOS ≥ 7
597-
* `114×114px` – iPhone 4+ (with Retina Display) on iOS ≤ 6
598-
* `120×120px` – iPhone 4+ (with Retina Display) on iOS ≥ 7
599-
* `144×144px` – iPad 3+ (with Retina Display)
600-
* `152×152px` – iPad 3+ (with Retina Display)
594+
* `57×57px` – iPhone with @1x display and iPod Touch
595+
* `72×72px` – iPad and iPad mini with @1x display running iOS ≤ 6
596+
* `76×76px` – iPad and iPad mini with @1x display running iOS 7
597+
* `114×114px` – iPhone with @2x display running iOS ≤ 6
598+
* `120×120px` – iPhone with @2x display running iOS ≥ 7
599+
* `144×144px` – iPad and iPad mini with @2x display running iOS ≤ 6
600+
* `152×152px` – iPad and iPad mini with @2x display running iOS 7
601+
* `180×180px` – iPhone with @3x display running iOS 8, iPad and iPad mini
602+
with @2x display running iOS
603+
604+
Displays meaning:
605+
606+
* @1x - non-Retina
607+
* @2x - Retina
608+
* @3x - Retina HD
609+
610+
More information about the displays of iOS devices can be found
611+
[here](http://en.wikipedia.org/wiki/List_of_iOS_devices#Display).
601612

602613
For non-Retina iPhone, iPod Touch, and Android 2.1+ devices you can use the
603614
example from above or replace the `apple-touch-icon-precomposed.png` within

src/apple-touch-icon-precomposed.png

2.82 KB
Loading

src/doc/extend.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -591,13 +591,24 @@ icons using `link` elements placed in the HTML `head` of your document, e.g.:
591591

592592
The main sizes of the icons on iOS are:
593593

594-
* `57×57px` – non-Retina iPhone and iPod Touch
595-
* `72×72px` – iPad mini and the first- and second-generation iPad on iOS ≤ 6
596-
* `76×76px` – iPad mini and the first- and second-generation iPad on iOS ≥ 7
597-
* `114×114px` – iPhone 4+ (with Retina Display) on iOS ≤ 6
598-
* `120×120px` – iPhone 4+ (with Retina Display) on iOS ≥ 7
599-
* `144×144px` – iPad 3+ (with Retina Display)
600-
* `152×152px` – iPad 3+ (with Retina Display)
594+
* `57×57px` – iPhone with @1x display and iPod Touch
595+
* `72×72px` – iPad and iPad mini with @1x display running iOS ≤ 6
596+
* `76×76px` – iPad and iPad mini with @1x display running iOS 7
597+
* `114×114px` – iPhone with @2x display running iOS ≤ 6
598+
* `120×120px` – iPhone with @2x display running iOS ≥ 7
599+
* `144×144px` – iPad and iPad mini with @2x display running iOS ≤ 6
600+
* `152×152px` – iPad and iPad mini with @2x display running iOS 7
601+
* `180×180px` – iPhone with @3x display running iOS 8, iPad and iPad mini
602+
with @2x display running iOS
603+
604+
Displays meaning:
605+
606+
* @1x - non-Retina
607+
* @2x - Retina
608+
* @3x - Retina HD
609+
610+
More information about the displays of iOS devices can be found
611+
[here](http://en.wikipedia.org/wiki/List_of_iOS_devices#Display).
601612

602613
For non-Retina iPhone, iPod Touch, and Android 2.1+ devices you can use the
603614
example from above or replace the `apple-touch-icon-precomposed.png` within

0 commit comments

Comments
 (0)