image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
I believe I am implementing this plugin incorrectly because no matter the screen width, the app I am developing always requests the biggest image size in the srcset. As an...
I am trying to generate a static version of my site using nuxt generate, and the generation process is getting stuck at images. I am using Nuxt Image with customized...
https://www.cloudflare.com/en-gb/products/cloudflare-images/
Is anyone using Firebase storage to host images? If so, is it possible to set up Firebase Storage as a provider and let Nuxt Image handle the optimization? How can...
I'm trying to setup nuxt-image for my firebase-hosted images for my static site, and have done the following setup. Edit: I was able to successfully use nuxt-image with a sample...
**Setup** nuxt: 2.15.8 @nuxt/image: 0.6.0 target static nuxt.config.js ``` buildModules: ['@nuxt/image'], image: { domains: ['http://127.0.0.1:8000'], }, ``` including images like below `` **Problem** Builds fine on osX (with `npm run...
Is it possible to save images from a provider like sanity to the dist folder on build? Or would that result in more bandwidth longterm?
Hello 👋 Using the latest Nuxt Bridge and Nuxt Image set in modules and in dependencies. I build `nuxi build` and start it `nuxi start` and I got immediately a...
My blog-type test project uses the content and image modules to create pages from markdown. I finally got fully static built-in IPX image generation to work, and two variants of...
Hello! Am I the only one who gets a lot confused trying to understand how the `sizes` prop work? At first glance, I assumed that the default [breakpoints](https://image.nuxtjs.org/api/options#screens) were matching...