This repository has been archived by the owner on Nov 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Add more touch icons and description where it use #232
Closed
frontenddeveloping
wants to merge
2
commits into
h5bp:master
from
frontenddeveloping:issue-227_apple-touch-icons
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,31 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="cleartype" content="on"> | ||
|
||
<!-- iPhone 6/iPhone 6 Plus (with @3× display) iOS ≥ 8 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="img/touch/apple-touch-icon-180x180-precomposed.png"> | ||
<!-- iPad 3+ (with @2× display) iOS ≥ 7 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/touch/apple-touch-icon-152x152-precomposed.png"> | ||
<!-- iPad (with @2× display) iOS ≤ 6 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-144x144-precomposed.png"> | ||
<!-- iPhone (with @2× display) iOS ≥ 7 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/touch/apple-touch-icon-120x120-precomposed.png"> | ||
<!-- iPhone (with @2× display) iOS ≤ 6 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-114x114-precomposed.png"> | ||
<!-- iPad mini and the first- and second-generation iPad (@1× display) on iOS ≥ 7 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/touch/apple-touch-icon-76x76-precomposed.png"> | ||
<!-- iPad mini and the first- and second-generation iPad (@1× display) on iOS ≤ 6 --> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png"> | ||
<!-- Android Stock Browser and non-Retina iPhone and iPod Touch --> | ||
<link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon-57x57-precomposed.png"> | ||
<link rel="shortcut icon" sizes="196x196" href="img/touch/touch-icon-196x196.png"> | ||
<!-- Fallback for everything else --> | ||
<link rel="shortcut icon" href="img/touch/apple-touch-icon.png"> | ||
|
||
<!-- | ||
Chrome 31+ has home screen icon 196×196 (the recommended size for multiple resolutions). | ||
If it’s not defined on that size it will take 128×128 or apple’s icons. | ||
--> | ||
<link rel="shortcut icon" sizes="196x196" href="img/touch/touch-icon-196x196.png"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
|
||
<!-- Tile icon for Win8 (144x144 + tile color) --> | ||
<meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png"> | ||
<meta name="msapplication-TileColor" content="#222222"> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frontenddeveloping In practice, iPhone 6 and 6 Plus don't use the
180×180 icon
, see: h5bp/html5-boilerplate#1599.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed