We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sizes
This can be used in <link> e.g. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-icon-114.png" type="image/png">.
<link>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-icon-114.png" type="image/png">
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
The text was updated successfully, but these errors were encountered:
The sizes attribute is also recommended in many guides relating to favourite icons, such as this one. It would therefore be good to have.
In the meantime, a workaround is to use something along the lines of attr("sizes") := "any".
attr("sizes") := "any"
Sorry, something went wrong.
No branches or pull requests
This can be used in
<link>
e.g.<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-icon-114.png" type="image/png">
.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
The text was updated successfully, but these errors were encountered: