image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
The docs say i can keep them in assets/image and change the config in nuxt.config by image: { dir: 'assets/images', } this works locally in dev mode. But when deploying...
When I set the `width` for ``, it will make a request passing the corresponding width (`two.jpg?w=200`). However, when I tried it with ``, it seems to ignore this and...
When using the `imagekit` provider in Nuxt 3 version of this module, the transformation query string is prepended with a `?` parameter to the transformation like so: `?tr=w-200,h-200`. According to...
Hi there! I have some ImageKit images that already include a query string: `https://ik.imagekit.io/demo/medium_cafe_B1iTdD0C.jpg?v=1623268222` When I apply the `sizes` prop, a new query string is appended to the URL rather...
Hello 👋, I'd like to use the [Signed URLs](https://docs.imagekit.io/features/security/signed-urls#generating-signed-urls-on-your-own) from ImageKit provider in a Nuxt App. Do you know if that's possible to incorporate this functionality along with Nuxt Img...
I am using @nuxt/image package to serve my images on my project. here is my package information package.json file "@nuxt/image": "^0.6.0", "nuxt": "^2.15.7", "ipx": "^0.9.10", nuxt.config.js build:{ '@nuxt/image', }, I've...
I have the following Code for providing a CSS background-image: ```javascript backgroundStyles() { const imgUrl = this.$img("forest-1279x852.jpg", { width: 1279, format: "webp", }); return { backgroundImage: `url(${imgUrl})`, }; } ```...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ipx](https://togithub.com/unjs/ipx) | [`^2.1.0` -> `^3.0.1`](https://renovatebot.com/diffs/npm/ipx/2.1.0/3.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@antfu/eslint-config](https://togithub.com/antfu/eslint-config) | [`^2.8.0` -> `^2.8.2`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/2.8.0/2.8.2) | [](https://docs.renovatebot.com/merge-confidence/)...
v1.4.1
> 1.4.1 is the next null release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/nuxt/image/compare/v1.4.0...v1.4.1) ### 📖 Documentation - Move to @nuxt/fonts ([812da3b](https://github.com/nuxt/image/commit/812da3b)) - Remove conf for...