html - Using .ico in img tag -


i have faced next strange behavior in firefox when use ico file src in img tag. when opens in firefox (latest version), has 16x16 format despite of fact ico original format 128x128. in other browser (chrome, ie) works great. open elephant-128x128.ico in chrome , firefox , see difference.

<img height='128' src="http://icons.iconseeker.com/ico/cloth-dolls-icons/elephant-128x128.ico">   https://jsfiddle.net/qwx2sxzg/1/  

or http://icons.iconseeker.com/ico/cloth-dolls-icons/elephant-128x128.ico has idea how fix this?

your best bet convert ico files format, since not compatible browsers.

image format support web browsers

there no other workaround it.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -