Reputation: 11
I want just to know why the size of a favicon is like in 32*32 or 16*16 and also not more than size of 25kb?
Upvotes: 0
Views: 4426
Reputation: 1402
Favicon doesn't necessarily have to be of 32*32 or 16*16. If you visit https://www.favicon-generator.org/ and upload an image it will make favicon with different pixel size for different devices. Same size favicon won't look great on all devices so you need to use different sie of favicons. Some of the examples of size of favicons are:
For IE, Microsoft recommends 16x16, 32x32 and 48x48 packed in the favicon.ico file.
For iOS, Apple recommends specific file names and resolutions, at most 180x180 for latest devices running iOS 8.
Upvotes: 2