简体   繁体   中英

How do I make an animated (fav)icon?

I'm learning HTML to prepare for my software/game development study, and for that I'm trying to build my own site as a project. I want to make the icon in the top of the tab animated, so I made a .gif of it, and added the following line to my <head></head> : <link rel="icon" href="icon.gif" type="image/gif"> , which I found online. I have the icon.gif saved in the same directory as the .html file.

I've also tried converting it to an icon, but with no success. Can anyone tell me how I can make my tab icon animated?

Thanks in advance!

I believe that the reason this is not working is because the gif size is too large to be favicon.

Try defining the gif size as 50px on 50px or 20px on 20px.

This might be useful for you aswell.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM