I can't change my Favicon size

10,912

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.

Share:
10,912

Related videos on Youtube

Omar Yahia II
Author by

Omar Yahia II

Updated on June 04, 2022

Comments

  • Omar Yahia II
    Omar Yahia II almost 2 years

    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"/>
    
    • DasSaffe
      DasSaffe over 7 years
      try to open the favicon directly in the browser. (STRG + F5 and see if the new favicon (in the correct size) is displayed in the browser
    • Álvaro González
      Álvaro González over 7 years
      Where exactly are you displaying the favicon?
    • Omar Yahia II
      Omar Yahia II over 7 years
      I tried to open it in the browser and yes it is in the correct size. I display it in the tab.
    • Álvaro González
      Álvaro González over 7 years
      But most (all?) desktop browser tab icons are fixed size...
    • Omar Yahia II
      Omar Yahia II over 7 years
      That's why I am getting mad in here. I don't know what is the problem and where it is.
    • Álvaro González
      Álvaro González over 7 years
      Then problem is that when you run a computer program it won't change its appearance if its author has not coded such feature. Browsers are not an exception.
  • Anthony
    Anthony over 7 years
    You can change the size of your icon here.
  • Anthony
    Anthony over 7 years
    I've edited my answer that links you to a site that can change the size of your favicon and a link to a stackoverflow question that may be helpful.