Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.37 KB

2.providers.md

File metadata and controls

28 lines (19 loc) · 1.37 KB
title description
Providers
Nuxt Image supports multiple providers for high performances.

Providers are integrations between Nuxt Image and third-party image transformation services. Each provider is responsible for generating correct URLs for that image transformation service.

Nuxt Image can be configured to work with any external image transformation service. Here is a list of providers that are supported out-of-the-box and can be easily configured to use:

If you are looking for a specific provider outside of this list, you can create your own provider.

Nuxt Image will automatically optimize <nuxt-img> or <nuxt-picture> sources and accepts all options for specified target, except for modifiers that are specific to other providers.

Default Provider

The default provider for Nuxt Image is ipx provider or static images (for target: static). Either option can be used without any configuration.

Learn more about Nuxt deployment targets