image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
Some small issues as new theme bang in front of my eyes 🎇 [Object object] is propably error Full url to image require with protocol by standard: (https://ogp.me/#url) > og:image:secure_url...
IPX Error (500): Link file image size > 3MB. How to fix it? Thank.
Hi guys, When adding `"@nuxt/image",` to my `buildModules` I receive the following error: > Cannot create property '_img' on boolean 'true' Here's the versions of the packages I'm using: *...
[Uploadcare](https://uploadcare.com/) comes pre-configured with Netlify CMS, popular for managing a Nuxt websites. Trying to follow the doc to create a custom provider but it's a bit too obscure for my...
It would be nice if we could use `em`s for `image.screens` as well as `rem`s for `sizes`. The current code is hardcoded in pixels for `image.screens` and `sizes` only allows...
After a lot of effort, I managed to create a "working" build `@nuxt/image` in conjunction with `@nuxt/vercel-builder` in relation to issue: https://github.com/nuxt/image/issues/344. Only now there is a completely different problem....
Using the latest version of nuxt/image. It will not build on vercel. Tried both yarn and npm. ``` 08:18:56.087 Cloning completed: 1.572s 08:18:56.242 Analyzing source code... 08:18:56.261 Warning: Due to...
The module works locally perfect: - Page transitions working fine - Images are generated with the path: http://localhost:8000/_ipx/w_1920,q_90/images/slider/test.jpg for example. But on Vercel SSR won't generate the correct size images....
Hi, I want to be able to use an IPX provider, but with an IPX instance hosted on another server than the one running Nuxt. Currently, the IPX provider source...
imgAttrs seem to be ignored when rendering. It renders this property to html, but the value is "[Object, object]" instead of string, and it's apliet to the picture tag instead...