You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can delete the favicon-32x32.png file and remove the reference in head.html.
Link favicon.ico in head.html. Browsers actually automatically look in the root for the file, but we can then add a sizes="any" attribute. This fixes a bug on Chrome that otherwise prefers ICO instead of SVG.
Our favicon.ico is 16x16 in size. Recommended is 32x32.
TBD: Document this recommendation or link the article. Otherwise, the favicon generators are quickly used again.
The text was updated successfully, but these errors were encountered:
The WEKit already does some things right and recommends only a few selected favicons - compared to the mass provided by favicon generators.
This article is a good guideline: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs#the-extremely-short-version
We can delete the
favicon-32x32.png
file and remove the reference in head.html.Link
favicon.ico
in head.html. Browsers actually automatically look in the root for the file, but we can then add asizes="any"
attribute. This fixes a bug on Chrome that otherwise prefers ICO instead of SVG.Our
favicon.ico
is 16x16 in size. Recommended is 32x32.TBD: Document this recommendation or link the article. Otherwise, the favicon generators are quickly used again.
The text was updated successfully, but these errors were encountered: