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
There seems to be some logic for this (https://github.com/venveo/serverless-sharp/blob/master/src/ImageHandler.js#L169-L171) , but passing it as a query param results in a thrown 400/ExpectationType.
Related:
The text was updated successfully, but these errors were encountered:
After further digging, I can get it to accept the param, but it must be a string "true". We should probably coerce to a boolean like Imgix does.
"true"
That said, it's hard to tell what or if it is doing anything. I'm not sure what the expected behavior is when lossless is combined with q…
Sorry, something went wrong.
This is fixed in this PR: #94
Successfully merging a pull request may close this issue.
There seems to be some logic for this (https://github.com/venveo/serverless-sharp/blob/master/src/ImageHandler.js#L169-L171) , but passing it as a query param results in a thrown 400/ExpectationType.
Related:
The text was updated successfully, but these errors were encountered: