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
<source srcset="https://example.com/big.png 2x, https://example.com/small.png 1x" type="image/png" />
We're checking for "is the url remote?" before the check for "are there multiple srcsets?"
We then treat the whole string as one big remote, and get failures like:
Received a 404 for https://example.com/big.png%202x,%20https://example.com/small.png%201x
The text was updated successfully, but these errors were encountered:
PR #851 addresses this
Sorry, something went wrong.
3ecb630
No branches or pull requests
Input HTML:
We're checking for "is the url remote?" before the check for "are there multiple srcsets?"
We then treat the whole string as one big remote, and get failures like:
The text was updated successfully, but these errors were encountered: