views:

64

answers:

3

In our client's website, favicon.ico file has several sizes from 8x8 to 32x32. I expect the 16x16 to show in browser tab, but instead it shows 8x8 icon in white frame. Why does this happen and what workarounds are there?

+1  A: 

try clearing cache and rebooting. See here

JT.WK
+1  A: 

Favicon should be 16x16 or 32x32 at 8-bit or 24-bit, according to http://en.wikipedia.org/wiki/Favicon#Standardization_and_implementation

But in my experience, try to get the favicon to have file size 1.12KB like Google, StackOverflow etc :P

Lukman
+1  A: 

Your favicon is 24 X 24, try making it 32 X 32.

This is useful too:

http://www.html-kit.com/support/favicon/image-size/

Joe R