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
Hi, <nuxt-picture format="webp" src="test.jpg" (...) /> tries to load the following URL from cloudinary on pre-webp Safari browsers:
https://res.cloudinary.com/xyz/image/upload/f_jpeg,w_1536/test.jpg
Cloudinary cannot serve this transformation, as it expects f_jpg instead of f_jpeg.
Best, Markus
The text was updated successfully, but these errors were encountered:
fix(cloudinary): use jpg instead of jpeg
jpg
jpeg
4f7c1eb
* https://cloudinary.com/documentation/image_transformations#supported_image_formats closes #254
fix(cloudinary): use jpg instead of jpeg (#255)
7d49fa8
fix(cloudinary): use jpg instead of jpeg (nuxt#255)
463129d
* https://cloudinary.com/documentation/image_transformations#supported_image_formats closes nuxt#254
Successfully merging a pull request may close this issue.
Hi,
<nuxt-picture format="webp" src="test.jpg" (...) /> tries to load the following URL from cloudinary on pre-webp Safari browsers:
https://res.cloudinary.com/xyz/image/upload/f_jpeg,w_1536/test.jpg
Cloudinary cannot serve this transformation, as it expects f_jpg instead of f_jpeg.
Best,
Markus
The text was updated successfully, but these errors were encountered: