Favicon issues

Hi all,

any thoughts on the issue here? i have a favicon on my site shows nicely in web browser, but when saved as an icon on ios home screen it looks like half the picture is missing (the white part)

appreciate your thoughts

Unknown

I find it a lot easier to use a Fav Icon generator and then past the code into the project header. I usually edit the code to link to a folder for the icons and FTP the folder to my host. You will then get a range of icons sizes etc and they look good when saved to the Home Screen.

I use this one, but there are number of them out there.

may i ask. another daft question though, how would this code change if it is in a folder?

If you called the folder icons

href="/favicon.ico"

becomes

href="/icons/favicon.ico"
2 Likes

thank you so much, i thought that may have been the case, but wanted to make sure