Favicon with low quality
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
People
(Reporter: u668157, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
- Open Firefox
- Open a tab and type in the address bar https://bitwarden.com/
- Open a new tab and type in the address bar https://1password.com/
Actual results:
Bitwarden's favicon looks good, but 1password doesn't.
Expected results:
Both favicons look good.
I think the issue is that Bitwarden is not using:
<link rel="shortcut icon" type=image/x-icon href=/icons/favicon-v1.ico>
but only uses favicon in PNG format.
Comment 3•4 years ago
|
||
(In reply to Fabrizio from comment #2)
I think the issue is that Bitwarden is not using:
<link rel="shortcut icon" type=image/x-icon href=/icons/favicon-v1.ico>
but only uses favicon in PNG format.
So... what would you suggest Firefox should do about that? It sounds like the site needs to fix their icon?
For example, Firefox could use the favicon in PNG format with the highest resolution.
<link rel="icon" type="image/png" href="/img/favicon/favicon_16.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="/img/favicon/favicon_32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/img/favicon/favicon_96.png" sizes="96x96"/>
In this case I would use favicon_96.png.
Updated•4 years ago
|
Description
•