Nuxt Image
  • Getting Started
    • Introduction
    • Setup
    • Providers
  • Components
    • <nuxt-img>
    • <nuxt-picture>
  • API
    • Options
    • $img
  • Providers
    • Cloudinary
    • Fastly
    • Imgix
    • IPX
    • Storyblok
    • Vercel
    • Twicpics
  • Advanced
    • Create Custom Provider
  • Community
    • Releases

Imgix Provider

Nuxt Image has first class integration with Imgix

Integration between Imgix and the image module.

To use this provider you just need to specify the base url of your service in Imgix.

nuxt.config.js
export default {
  image: {
    imgix: {
      baseURL: 'https://assets.imgix.net'
    }
  }
}
Edit this page on GitHub Updated at Sat, Apr 10, 2021

Providers Fastly Provider
Providers IPX Provider
Powered by Docus