image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
Hello, I want to reproduce [gatsby-like image placeholder prefetching](https://using-drupal.gatsbyjs.org/) but I don't understand why the placeholder is being requested AFTER the page loads. Using Current behavior: Placeholder image loads in...
The Nonce feature in Nuxt Image can bring many security concerns. The biggest ones of them all are: 1. User provided nonce may not be cryptographically secure (partially or fully)...
I'm using `nuxt generate` to generate static images at the `.output/public/_ipx/` folder. However, I want to host these images on another machine. Using `image.ipx.baseURL` cannot solve this problem because that...
Usecase: you have long image (width > height) and you need square to thumbnail, eg:  You cant do `object: cover`, because settings `sizes="'xs:72px sm:102px md:114px lg:138px xl:160px xxl:184px 2xl:552px'"`...
Described a feature with use case in this issue https://github.com/nuxt/image/issues/900 Now you can provide height with `sizes` attribute like this: `md:114px_114px lg:138px_138px` or this, short version: `md:114_114 lg:138_138` Examples: Old...
I've tried to use `webp` format to make loading big images faster, but it seems that `webp` is a lot slower than the same file in `png` when accessed from...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@nuxt/eslint-config](https://redirect.github.com/nuxt/eslint) ([source](https://redirect.github.com/nuxt/eslint/tree/HEAD/packages/eslint-config)) | [`1.11.0` -> `1.12.1`](https://renovatebot.com/diffs/npm/@nuxt%2feslint-config/1.11.0/1.12.1) |  |  | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
For `[email protected]` https://github.com/unjs/ipx/issues/285#issuecomment-3636932131
In case the image src already contains a query parameter, it is necessary to properly add bunny query params. This is accomplished using withQuery helper from ufo. ### 🔗 Linked...