image icon indicating copy to clipboard operation
image copied to clipboard

Plug-and-play image optimization for Nuxt applications.

Results 430 image issues
Sort by recently updated
recently updated
newest added

Add a `useBackgroundImage` composable to enable the background to use the same functionality as ``. ## Usage ```vue const cls = useBackgroundImage('/images/nuxt.png', { provider: 'ipx', sizes: '200,500:500,900:900', modifiers: { width:...

Hi, I wonder if there is an option to cache images generated by ipx locally. Right now, it seems that ipx will regenerate a set of images every time `npm...

enhancement
performance

Hi, We're using Nuxt.js as our tool of choice, Strapi CMS and Cloudinary. We're utilizing Nuxt Image and this works well for general images. However we are experiencing issues with...

what is my miss to track viewport.

Hi, I followed the official documentation step by step.But the image cannot be displayed using # 1. package.json ``` "devDependencies": { "@nuxt/devtools": "latest", "nuxt": "^3.7.4", "vue": "^3.3.4", "vue-router": "^4.2.5" },...

needs reproduction

I fell into a rabbit hole yesterday analysing why Slack would not show the preview of an `og:image`. After a long try and error I discovered that the URIs generated...

When deployed to Vercel Edge Functions I get the following error during build: > [error] [nitro] Error: Cannot resolve "node-fetch-native/native/proxy" from "/vercel/path0/node_modules/giget/dist/index.mjs" and externals are not allowed! I tried both...

Hi I'm not really sure how this is supposed to work? There is nothing in the documentation that shows how to do it. It says that you can use Native...

I still have the below issue https://github.com/nuxt/image/issues/675 Using `Nuxt 3.10.3 with Nitro 2.9.0-28483347.32f1e6e` Example: https://victorious-bush-0eacd0103-32.westeurope.4.azurestaticapps.net/ PW: `Devtest2024!`

I'd like to be able to set the [fetch priority](https://web.dev/fetch-priority/) for preloaded images. This is a quick draft of an implementation. Happy to hear feedback :heart: