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
Hey !
When I use the sizes option on nuxt-img with Cloudinary provider, the urls that are generated are broke.
For example : <nuxt-img src="anyimage.jpg" provider="cloudinary" sizes="sm:100vw" width="500" height="500" />
<nuxt-img src="anyimage.jpg" provider="cloudinary" sizes="sm:100vw" width="500" height="500" />
Will generate urls like this one : https://res.cloudinary.com/myaccount/image/upload/w_640,h_500,_cHeight_640/anyimage.jpg
_cHeight is not a valid parameter for Cloudinary and therefore urls are broken.
Thank you for this great plugin !
The text was updated successfully, but these errors were encountered:
9a93f19
Thanks for issue. Should be fixed in next release.
Sorry, something went wrong.
fix: fix typo regression for height modifier (fixes nuxt#262)
7295375
No branches or pull requests
Hey !
When I use the sizes option on nuxt-img with Cloudinary provider, the urls that are generated are broke.
For example :
<nuxt-img src="anyimage.jpg" provider="cloudinary" sizes="sm:100vw" width="500" height="500" />
Will generate urls like this one :
https://res.cloudinary.com/myaccount/image/upload/w_640,h_500,_cHeight_640/anyimage.jpg
_cHeight is not a valid parameter for Cloudinary and therefore urls are broken.
Thank you for this great plugin !
The text was updated successfully, but these errors were encountered: