Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hey guys, Any idea how to set the web app icon based on what model of apple product being used? For example, older iPhones need an icon of 57x57, retina displays need 114x114 and the iPad needs a 72x72 icon.

Right now, I only know how to set one icon with the following:

<link rel="apple-touch-icon" href="apple-touch-icon.png" />

Hopefully you can help, thanks.

share|improve this question

1 Answer

up vote 0 down vote accepted

Such question was here : What are the correct pixel dimensions for an apple-touch-icon?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.