-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsure what size the apple-touch-icon should be #450
Comments
While we are at it, why do the filenames have the word "precomposed" ? What does that mean? Do I need to keep that in the file name? Or can I just use foo.png? EDIT: this helps. http://stackoverflow.com/questions/20716490/apple-touch-icon-precomposed-is-not-a-real-value-for-the-rel-attribute Since I don't care about iOS < 7 I can ignore the -precomposed. |
If we have docs on the best considerations when building these images, maybe we can link to those docs from the HTML comments in the Use case: I'm staring at all of these various configs and I'm really afraid I'm going to mess it up. So linking me to the docs helps calm my fears. |
And, just for the docs: why is the apple icon in / when the other touch icons are in /images/touch ? Should I not move the apple touch icon? |
Lots of questions :) I'll try to answer them:
|
Awesome, love that I'll be able to say: "here's my high res image, make all the touch and favicons you need" :) |
Yep. We'll support that soon :) |
In the
<head>
, I see:<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
It would be helpful if the filename also included the size, like we do for ms-touch-icon and chrome-touch-icon.
Thanks!
The text was updated successfully, but these errors were encountered: