Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

favicon not showing in chrome if there are more then one <link rel="icon" #117

Open
avipinto opened this issue May 10, 2016 · 4 comments
Open

Comments

@avipinto
Copy link

avipinto commented May 10, 2016

(don't know if it is from the last chrome version or the one before it)

the last link icons (rel="icon") i have at the head are

<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />

as far as i know this is the recommended way to go.

the script takes the last one and paints on it.
it used to work well but now, in chrome (works well on FF), the new favicon shows and then immediately disappears.
the only solution i found is keeping one <link rel="icon"
or switching the order of the rel="icon"


but this is not preferable

@kcampion
Copy link

kcampion commented Jun 9, 2016

+1

1 similar comment
@jsuski
Copy link

jsuski commented Jun 14, 2016

+1

@seiyria
Copy link

seiyria commented Jul 8, 2016

seems to be a dupe of #85

@kmaraz
Copy link

kmaraz commented Oct 31, 2016

@ejci Please, what is the status with this issue? Can you update the status please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants