> ... sizes and type attributes defined here, as they’re important in making sure the browsers properly pick these up. Setting sizes="48x48" for our .ico file is playing on a browser quirk, where Chrome isn’t going to look...
spacejelly.dev/posts/light-...
> ... sizes and type attributes defined here, as they’re important in making sure the browsers properly pick these up. Setting sizes="48x48" for our .ico file is playing on a browser quirk, where Chrome isn’t going to look...
spacejelly.dev/posts/light-...
<link rel="icon" href="./favicon.ico" sizes="48x48" />
<link rel="icon" href="./favicon.svg" sizes="any" type="image/svg+xml" />
That makes sense but can be overlooked.
<link rel="icon" href="./favicon.ico" sizes="48x48" />
<link rel="icon" href="./favicon.svg" sizes="any" type="image/svg+xml" />
That makes sense but can be overlooked.
I got it working, but with a browser tab refresh in between (in Chrome)
I got it working, but with a browser tab refresh in between (in Chrome)
Dynamically generated png file using an HTML/CSS template with a placeholder for the title. Credits to github.com/KiwiKilian/e...
Dynamically generated png file using an HTML/CSS template with a placeholder for the title. Credits to github.com/KiwiKilian/e...
You shared great insights, and made me laugh a couple of times. See ?! I don't have OG images and stuff yet :D
You shared great insights, and made me laugh a couple of times. See ?! I don't have OG images and stuff yet :D