image icon indicating copy to clipboard operation
image copied to clipboard

Plug-and-play image optimization for Nuxt applications.

Results 430 image issues
Sort by recently updated
recently updated
newest added

Is it possible to optimize external images with the default IPX provider on a Nuxt SPA website? If so, how?

v0

Nuxt version: 2.15.8 @nuxt/image version: 0.5.0 target: 'static', ssr: true, buildModules: [ ['@nuxt/image'], ], image: { provider: 'static', }, Using nuxt-picture with WebP type works in the dev mode. It...

This PR upgrades the `NuxtImg` and `NuxtPicture` components to use the Composition API, and exposes a new `useImage` composable with the same behavior of the `$img` utility. Other changes: -...

My @load method isn't being triggered, even though the image has loaded? Anyone know why this might be? My images are coming from Sanity. ` export default { props: {...

When using Strapi with Cloudinary, when you query Strapi and get back an image entity, you get the full URL to Cloudinary. If I use the following in nuxt.config.js ```...

My images are located in another directory, where I put them dynamically. I set 'dir' in config like this: ``` image: { dir: process.env.IMAGES_PATH } ``` And it works fine...

Hello! I'm using nuxt in full static mode with [directus](https://directus.io/) as a content source. Directus has a media library which provides a path to display the files. The path is...

hi there, I'm trying to get the image module working with Nuxt 2.15 and Strapi 4.1.5 working but after following the documentation setup for strapi, the path returned in my...

I use nuxt ver `2.14.7` and @nuxt/image `0.6.0` for my application. my nuxt.config.js ``` target: 'static', image: { provider: 'static', } ``` vue file ``` ``` It worked well in...

Nuxt 3 add package but dont add ![image](https://user-images.githubusercontent.com/38668796/178106301-64b9c868-31e1-48c6-acc0-39f63e8bbeee.png)