Favicons the Right Way

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 59

  • @colbyfayock
    @colbyfayock  4 місяці тому +2

    Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course

  • @justingolden87
    @justingolden87 4 місяці тому +4

    I knew you could use svg favicons (with so-so support) and I knew you could add style tags inside SVG and use currentColor, and I knew about prefers media, but I *didn't* know you could use prefers media INSIDE the SVG! That's so cool.

    • @colbyfayock
      @colbyfayock  4 місяці тому

      yess!!! such an awesome trick

  • @tienvohoang5359
    @tienvohoang5359 3 місяці тому

    I didn't know that we can mutate the meta tag like favicon. Thanks a lot for the tutorial. I'm really looking forward for your upcoming Next.js course.

    • @colbyfayock
      @colbyfayock  3 місяці тому

      yeah its a cool feature! 🙌

  • @petecapecod
    @petecapecod Місяць тому

    Awesome video Colby 🎉🙌🏻
    This will be handy to use on my sites.

  • @eip408
    @eip408 4 місяці тому

    this small details matter. thanks for the tuts Colby instant sub. I was actually wondering how to do it the right way for a long time now. 🙌

  • @guillermo.avalos
    @guillermo.avalos 4 місяці тому +36

    I always pronounced it favicon, not favicon.

  • @tamaniphiri
    @tamaniphiri 4 місяці тому +1

    Finally, someone to talk about this 💯🔥

  • @cb73
    @cb73 4 місяці тому

    You said “different strokes” and my brain immediately went “whatcha talkin about Willis??”

    • @colbyfayock
      @colbyfayock  4 місяці тому

      lmao been a minute since i heard that

  • @jdhillen
    @jdhillen 4 місяці тому

    Great tips here! Thanks Colby!

  • @JakobRossner-qj1wo
    @JakobRossner-qj1wo 4 місяці тому +1

    this video is a banger

  • @GerardoScript
    @GerardoScript 2 місяці тому

    amazing content :)

  • @iPuppyTech
    @iPuppyTech 4 місяці тому

    Why not js to watch for theme updates, so we can get a live update on toggling the theme ?

    • @colbyfayock
      @colbyfayock  4 місяці тому +1

      definitely a valid solution! i find the CSS approach to be a bit simpler particularly around defining the colors via SVG, but no reason you couldn't do it with JS

  • @aaronkaiser
    @aaronkaiser 4 місяці тому +1

    A better way to clear Safari favicon cache is to turn on developer mode and then empty cache for the site.

    • @colbyfayock
      @colbyfayock  4 місяці тому

      ah interesting, will try that. was trying to search all over and that was the best i could find. thanks for the tip!

  • @KhairulHidayat
    @KhairulHidayat 4 місяці тому

    Can i use .png icon instead of .ico for the backup?

    • @colbyfayock
      @colbyfayock  4 місяці тому

      PNG has pretty broad support: caniuse.com/link-icon-png
      but at the size it's being shown it wont really make a difference unless you have a good reason to use PNG vs ICO

  • @justingolden87
    @justingolden87 4 місяці тому

    Is there any worry if you set sizes to 48x48 and safari uses the ico and chrome uses the svg, but is it possible a browser sees 48x48 like chrome and ignores the ico but also doesn't support svg? In otrher words, if I have both of these, is it possible some browsers still won't display a favicon

    • @colbyfayock
      @colbyfayock  4 місяці тому

      good question! and looks like i forgot to add the link i was talking about to the description: dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7
      from what i'm understanding reading through their post having those 2 options should be safe

  • @Collect-AI
    @Collect-AI 4 місяці тому

    How can we create an animated Favicon?

    • @colbyfayock
      @colbyfayock  4 місяці тому

      The trick would be to use the method I shared in there, by programmatically updating the favicon, but doing so in a way that you're updating it frame by frame, which can be a bit of work depending on the scenario, but could be a great effect depending on the scenario
      here's an older article that walks through an example: css-tricks.com/the-making-of-an-animated-favicon/
      the idea there is the image is programmatically generated, so it's not like you're saving it out frame by frame, but thats certainly an option

    • @JakobRossner-qj1wo
      @JakobRossner-qj1wo 4 місяці тому

      @@colbyfayock Can you use css animations or something like that haha

    • @colbyfayock
      @colbyfayock  4 місяці тому

      @@JakobRossner-qj1wo haha not that im aware of, i wish

  • @mzafarr
    @mzafarr 16 днів тому

    pwa tutorial please

  • @BliitzPint
    @BliitzPint 4 місяці тому

    Fave Icon? Are you serious? 😂

  • @alexlynpi
    @alexlynpi 4 місяці тому

    Is your figma the beta?

    • @colbyfayock
      @colbyfayock  4 місяці тому

      that sounds familiar, but not totally sure, version says 124.3.2

  • @PicSta
    @PicSta 4 місяці тому

    A lot of voodoo here...

  • @SO-fb4ef
    @SO-fb4ef Місяць тому

    but it has to be 16x16 not 1024x1024 dude.
    Wtf mannnnnnn this doesn't help me at all

  • @learningwithaaron
    @learningwithaaron 4 місяці тому +2

    Its pronounced fah-vee-con not fay-vigh-con 😕 that bothered me hearing it wrong so many times ngl

    • @colbyfayock
      @colbyfayock  4 місяці тому

      🤷‍♂

    • @danielzaremba2677
      @danielzaremba2677 4 місяці тому

      Mute the video lol. My God …

    • @user-qp2xq5zz8z
      @user-qp2xq5zz8z 4 місяці тому

      I mean he said ping instead of PNG

    • @colbyfayock
      @colbyfayock  4 місяці тому

      @@user-qp2xq5zz8z yeah id say thats more common than any variation of favicon lol

  • @LukeWatts85
    @LukeWatts85 4 місяці тому

    Nice vid...but seriously it's not pronounced fave-icon, it's favicon (like how slav isn't the same as slave)

    • @colbyfayock
      @colbyfayock  4 місяці тому

      that's what Big Favicon wants you to think 🤐

  • @philipehusani
    @philipehusani 4 місяці тому

    WTF is a favicon? I thought it was called a favicon!!!

  • @renatofrota
    @renatofrota 4 місяці тому

    when web got so complicated? ugh

    • @colbyfayock
      @colbyfayock  4 місяці тому

      definitely some truth to this! and unfortunately the complicated part here is the mixed browser support and quirks to get what we need. this is the type of thing that should certainly be standard across all browsers!

    • @renatofrota
      @renatofrota 4 місяці тому

      ​@@colbyfayock that's why I will just add a dark bg to the favicon in PNG format (as your JS one). Easy and simple.

    • @colbyfayock
      @colbyfayock  4 місяці тому +1

      ​@@renatofrota definitely a simpler route, there's something nice imo about the icon without the background when you can

  • @stonebubbleprivat
    @stonebubbleprivat 4 місяці тому +3

    So many words and so little substance. This could have been a 5 minute video 😑