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

Hi guys, got a basic question: I am trying to get a resized webp image to serve when webp is available. ``` ``` However this "?webp&resize&sizes[]=300&sizes[]=600&sizes[]=1000" always returns me a...

Thanks for the great project! With v2, I was using it in one nextJS project but then I made a new one where my NextJS project is part of a...

Which options do i have to get optimization working for `styled-components`? ```ts import styles from "../css/my-styles.css"; ```

When I try build the project in Ubuntu 18.04 it's okay. There are only warnings about MaxListeners. But inside the Docker build is failed. **Related packages versions** - "next": "9.5.2"...

Is it possible to apply multiple transformations by chaining the query params? something like `image.jpg?webp?trace?resize`

While JPG works fine, PNG images don't seem to be optimized. page/index.js ``` export default function Home(){ return () } ``` next.config.js ``` const withPlugins = require('next-compose-plugins'); const optimizedImages =...

I'm trying to set up **next-optimized-images 2.6.2** with **next js 9.3.6**, after this I'd like to do "next build" and "next export" and generate a static site. After this I...

Hi folks, I would like to implement the blurred image placeholder feature just like what gatsby-image does. I read through the docs and I could get the blurred image using...

Fix the issue I ran into when upgrading my project to NextJS 10. I Added more information in [my comment](https://github.com/cyrilwanner/next-optimized-images/issues/219#issuecomment-727554185) on #219. Not sure it totally close it, but the...