Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course
@justingolden872 ай бұрын
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.
@colbyfayock2 ай бұрын
yess!!! such an awesome trick
@tienvohoang53592 ай бұрын
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.
@colbyfayock2 ай бұрын
yeah its a cool feature! 🙌
@guillermo.avalos2 ай бұрын
I always pronounced it favicon, not favicon.
@colbyfayock2 ай бұрын
oh i thought it was favicon
@hosea_br2 ай бұрын
Yeah, I'm pretty sure it is favicon.
@iambasantarai2 ай бұрын
I can read this.
@eshwargetenv12 ай бұрын
yes, thats favicon for sure.
@FranciscoMarcosMilhomemAbreu2 ай бұрын
Me too.
@eip4082 ай бұрын
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. 🙌
@colbyfayock2 ай бұрын
glad it helped out!
@tamaniphiri2 ай бұрын
Finally, someone to talk about this 💯🔥
@colbyfayock2 ай бұрын
🙌
@jdhillen2 ай бұрын
Great tips here! Thanks Colby!
@colbyfayock2 ай бұрын
no problem!
@cb732 ай бұрын
You said “different strokes” and my brain immediately went “whatcha talkin about Willis??”
@colbyfayock2 ай бұрын
lmao been a minute since i heard that
@iPuppyTech2 ай бұрын
Why not js to watch for theme updates, so we can get a live update on toggling the theme ?
@colbyfayock2 ай бұрын
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
@JakobRossner-qj1wo2 ай бұрын
this video is a banger
@colbyfayock2 ай бұрын
thanks! 🙌
@GerardoScript24 күн бұрын
amazing content :)
@colbyfayock23 күн бұрын
thank you!
@justingolden872 ай бұрын
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
@colbyfayock2 ай бұрын
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
@aaronkaiser2 ай бұрын
A better way to clear Safari favicon cache is to turn on developer mode and then empty cache for the site.
@colbyfayock2 ай бұрын
ah interesting, will try that. was trying to search all over and that was the best i could find. thanks for the tip!
@KhairulHidayat2 ай бұрын
Can i use .png icon instead of .ico for the backup?
@colbyfayock2 ай бұрын
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
@Collect-AI2 ай бұрын
How can we create an animated Favicon?
@colbyfayock2 ай бұрын
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-qj1wo2 ай бұрын
@@colbyfayock Can you use css animations or something like that haha
@colbyfayock2 ай бұрын
@@JakobRossner-qj1wo haha not that im aware of, i wish
@alexlynpi2 ай бұрын
Is your figma the beta?
@colbyfayock2 ай бұрын
that sounds familiar, but not totally sure, version says 124.3.2
@PicSta2 ай бұрын
A lot of voodoo here...
@colbyfayock2 ай бұрын
👀
@BliitzPint2 ай бұрын
Fave Icon? Are you serious? 😂
@learningwithaaron2 ай бұрын
Its pronounced fah-vee-con not fay-vigh-con 😕 that bothered me hearing it wrong so many times ngl
@colbyfayock2 ай бұрын
🤷♂
@danielzaremba26772 ай бұрын
Mute the video lol. My God …
@user-qp2xq5zz8z2 ай бұрын
I mean he said ping instead of PNG
@colbyfayock2 ай бұрын
@@user-qp2xq5zz8z yeah id say thats more common than any variation of favicon lol
@LukeWatts852 ай бұрын
Nice vid...but seriously it's not pronounced fave-icon, it's favicon (like how slav isn't the same as slave)
@colbyfayock2 ай бұрын
that's what Big Favicon wants you to think 🤐
@philipehusani2 ай бұрын
WTF is a favicon? I thought it was called a favicon!!!
@colbyfayock2 ай бұрын
no, its favicon!
@stonebubbleprivat2 ай бұрын
So many words and so little substance. This could have been a 5 minute video 😑
@renatofrota2 ай бұрын
when web got so complicated? ugh
@colbyfayock2 ай бұрын
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!
@renatofrota2 ай бұрын
@@colbyfayock that's why I will just add a dark bg to the favicon in PNG format (as your JS one). Easy and simple.
@colbyfayock2 ай бұрын
@@renatofrota definitely a simpler route, there's something nice imo about the icon without the background when you can