-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
feat(runtime): add imgix provider #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the integration 🙂
playground/pages/index.vue
Outdated
@@ -33,6 +33,7 @@ export default { | |||
images: [ | |||
{ src: 'cloudinary:/remote/nuxt-org/blog/going-full-static/main.png', alt: 'Cloudinary' }, | |||
{ src: 'fastly:/image.jpg', alt: 'fastify' }, | |||
{ src: 'imgix:/examples/bluehat.jpg', alt: 'imgix'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix lint error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya, sorry about that. Fixed the lint error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
I've successfully added imgix as an image provider to nuxt/image. I added an image using imgix to the demo as well (woman in blue hat). I've also mirrored the readme portions and connected the corresponding fit modes in the runtime.