Skip to content

Instantly share code, notes, and snippets.

@geoffthibeau
Created November 16, 2012 23:31
Show Gist options
  • Save geoffthibeau/4091900 to your computer and use it in GitHub Desktop.
Save geoffthibeau/4091900 to your computer and use it in GitHub Desktop.
Retina Favicons
<link rel="icon" sizes="32x32" href="path/to/your/image.png" /> <!-- Hi-res favicon -->
<link rel="shortcut icon" type="image/x-icon" href="path/to/your/favicon.ico" /> <!-- Favicon fallback -->
@geoffthibeau
Copy link
Author

Retina Favicons

I noticed retina-ready favicons in Gmail so I grabbed the source.

@witmin
Copy link

witmin commented Jan 21, 2013

useful, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment