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
In srcset attributes, length matters. Short, comma-delimited directives can be valuable There's probably a better key, but we can add that later
?srcset=webp90,2x,sharp15,480w
crop
pad
max
png[0-9][0-9]
png
webp-lossless
gif
sharp[0-9][0-9]
The text was updated successfully, but these errors were encountered:
Add new srcset syntax per #629
6a92bd2
No branches or pull requests
In srcset attributes, length matters. Short, comma-delimited directives can be valuable
There's probably a better key, but we can add that later
?srcset=webp90,2x,sharp15,480w
crop
will set mode=crop,pad
will set mode=pad, the default will otherwise bemax
png[0-9][0-9]
png
webp-lossless
,gif
sharp[0-9][0-9]
will apply f.sharpen=vThe text was updated successfully, but these errors were encountered: