audreyfeldroy / favicon-cheat-sheet

Obsessive cheat sheet to favicon sizes/types. Please contribute! (Note: this may be in flux as I learn new things about favicon best practices.)
MIT License
9.85k stars 413 forks source link

Additional IE10 Metro markup options #42

Open russmaxdesign opened 10 years ago

russmaxdesign commented 10 years ago

Great resource. I noticed that you included:

[meta name="msapplication-TileColor" content="#FF3300"] [meta name="msapplication-TileImage" content="images\tileimage.jpg"]

Did you also want to include the various logo options?

[meta name="msapplication-square150x150logo" content="images/logo.png"] [meta name="msapplication-square310x310logo" content="images/largelogo.png"] [meta name="msapplication-square70x70logo" content="images/tinylogo.png"] [meta name="msapplication-wide310x150logo" content="images/widelogo.png"]

Reference: http://msdn.microsoft.com/en-us/library/ie/dn255024(v=vs.85).aspx

Thanks Russ

Studio384 commented 9 years ago

These are actualy from IE11, not IE10.