image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
@pi0 @treboryx - I am seeing issues with this chunk of code during Cypress testing and after a production build: ``` img.onload = () => { this.$refs.img.src = this.nMainSrc; this.placeholderLoaded...
The new alphas aren't spinning up an ipx server or generating any images from local dirs. Are changes to nuxt.config necessary to enable this (vs v0.0.4) or is one supposed...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt/image). ## Open The following updates have all...
Deploying a ssr nuxt build to vercel the images are all returning 404. The urls generated at deployment on vercel are https://my-domain/_vercel/image?url=/logos/netbuoy-logo-solid-white.png&w=768&q=100 Ive deployed several other nuxt apps recently with...
Hello, IPX is generating paths like: /_ipx/images/homepage/top-slider/logo-colipays-bordeaux-gris.png?fit=fill&s=200_50 But the image file name doesn't change. How can be add hash/chunk to the file name with ipx so the file will not...
**Versions** - nuxt: ^2.15.6 - nuxt/image: "^0.4.14", Hey everyone and thank you for this great package. I'm facing an issue with Lighthouse extension of chrome and i cannot fix it....
```js ``` maybe: ```js mounted() { if (this.nPlaceholder) { ... img.onerror = () => { this.$refs.img.src = this.nMainSrc this.placeholderLoaded = true } } ... } ```
Basic placeholder property is currently supported for `` (via #477). Usage: This will auto-generate a URL from same source and `10x10` dimensions: ```vue ``` It is also possible to give...
I'm running a server rendered version of Nuxt.js and I've got the Sanity provider set up like so: - `@nuxt/image` version 0.6.2 in `modules` - `image.provider` set to `sanity` -...