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

Hey @cyrilwanner, just a typo... Cheers!

Hello πŸ‘‹Thanks for this awesome plugin I have some problem, then try to use it with `svg` files in `css` files ![image](https://user-images.githubusercontent.com/17547664/71314810-d491b280-2460-11ea-80ad-5f887a7d8f2f.png) i use `{ optimizeImages: false }` flag, but...

Hi there, I just have an issue with using lqip-loader with this package. I have: 1) enabled the next-optimised-images plugin in next.config.js file 2) npm install lqip-loader 3) added "?lqip"...

Hi! I have a lot of images, and i build a lot of variants for each image. And when i use the `optimize: true` option it takes a lot of...

Ref - https://github.com/zeit/next.js/discussions/12095 - https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image - https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp > [this] takes cares of size-optimization/format but is missing a lot of features like: > > - responsive image > - remote image...

` "lqip-loader": "^2.2.1",` ` "next-optimized-images": "^2.6.2",` I keep getting this from `lqip` ``` Error: Input file is missing or of an unsupported image format lqip v2.1.0 Error: Input file is...

this is a re-opening of [this issue](https://github.com/cyrilwanner/next-optimized-images/issues/50) since it's still happening to quite a few people, including myself. system: Mac OS 10.15.6 I have these installed ```js "dependencies": { "imagemin-mozjpeg":...

I'm using `react-icons` as Component, then import `MdStar` as star icon I want to render 5 stars or 10 stars, I don't want to renders SVG as a repetitive components,...

It seems that on each build, all images are re-optimized (not just new images) and this slows down the build. What's the best way to only build images that are...

More often than not for me, images should be lazy-loaded. So it would be great if we could make lazy loading images the default. Of course, it's already possible to...