next-optimized-images icon indicating copy to clipboard operation
next-optimized-images copied to clipboard

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).

Results 113 next-optimized-images issues
Sort by recently updated
recently updated
newest added

For external and inline css background image url not optimizing

I am getting this error when using [next-optimized-images ](https://github.com/cyrilwanner/next-optimized-images) for my project to enable static exports. Any idea what's causing this? ``` node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ [Error:...

Hi there 👋 Spent the whole morning getting this to work. First `next dev` wasn't working and then `next build && next export` - the solution was scattered across a...

I have an app that pulls data from Markdown files. It references images in a manner like this: ``` ![Rock Climbing](./assets/rock-climbing.jpg) ``` Are there plans to integrate images within Markdown...

Thanks a lot for this excellent plugin, it's been really helpful for us! ## Problem This plugin doesn't work correctly when using Next.js 11. Attempts to `require` images result in...

Hi, I am getting wired error while trying to use next-optimised-images for nextjs12.x and node16.13.0 require() of ES Module (.\node_modules\imagemin-svgo\index.js) from (.\node_modules\next-optimized-images\lib\loaders\img-loader.js) not supported. Not able to build the project.

Greetings, I'm using the next.js github pages template. I have a some png image files that i'm trying to deploy, but i ran into this error: ``` Image Optimization using...

I use next-optimized-images with next.js v11.0.1 and also installed `imagemin-mozjpeg imagemin-optipng imagemin-svgo`. SVG images work fine but when I try for .png or .jpg images, no image will show instead...

Great job on the new version, really like the dx. ## Version: - "next-optimized-images": "^3.0.0-canary.10" ## Setup: - everything per recommended in the docs - `next.config.js`: ``` javascript [ optimizedImages,...

This documents the fix to #251 (I'm not sure if that's enough to close the issue). Someone who knows more about the issue should word this more concretely with more...