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

My application folders structure is the following: ``` -src -public --images ``` Svg icons live in `public/images` folder as per next.js convention. Webpack config is the following: ``` module.exports =...

Hi guys, I have an issue with the build process. What I am trying to do, is to save some images from API to my project. I am using the...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

I have a requirement of using this package to optimize and resize gifs in a website. Basically i want to provide the url of the image to the require function...

Would it be possible to stack `resize` with another parameter like `webp`? Currently it seems it's either or. Right now I can only do this in css : ```css .webp...

Have a look at this thread https://github.com/vercel/next.js/issues/18946

I'm experiencing some similar performance issues as mentioned in https://github.com/cyrilwanner/next-optimized-images/issues/169 but with the most current build. I have gotten the same error occasionally, but more often, images will just take...

I couldn't find anywhere a mention to this not working so I assumed this should work but please correct me if I'm wrong. Also THANK YOU for this library -...

The following works for me on latest canary: ``` import overwatch from './images/overwatch.png' ``` however if i want to wrap it in another component and feed it a src ```...