I can't change my favicon size even after I give it sizes="32x32" it doesn't change and I don't know where is the problem.
My code:
<link rel="icon" type="image/png" href="Images/favicon-32x32.png" sizes="32x32"/>
I can't change my favicon size even after I give it sizes="32x32" it doesn't change and I don't know where is the problem.
My code:
<link rel="icon" type="image/png" href="Images/favicon-32x32.png" sizes="32x32"/>
The size attribute is not supported in any of the major browsers. HTML link sizes. This site will let you create 32x32 icons. Here's a stackoverflow question that may be helpful. Another helpful answer can be found here, in this answer there is a better favicon generator. Here's the link to it.