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

There is a security issue with level 5 dependency called **glob-parent** which cannot be fixed automatically. This comes from `npm audit`: ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │...

After updating the next package to v.11.1.0 and running `next build` I get the following error: ```js Type error: Cannot find module '../public/images/socialImage.png' or its corresponding type declarations. 10 \|...

I keep running into issues here. My pngs and jpegs are loading correctly, but no matter what I do I can't get my svgs to show up. I currently have...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I wanted to use this library but I cant make it work using external url (images) coming from an API.

To track support for build-time image optimization from external URLs. https://github.com/cyrilwanner/next-optimized-images/issues/166#issuecomment-663852222 #224

Here is my Image wrapper. I would like to inline above-the-fold images so they don't pop in. I can't pass the prop in - it doesn't work. Here's the structure...

Expected the following config would result in `decoding="async"` being added to all images: ``` default: { decoding: "async", densities: [1,2,3], webp: true, }, ``` This didn't happen. Also `densities` didn't...

I have been trying to figure out why I am having this problem with docker using alpine ![image](https://user-images.githubusercontent.com/8154179/120435988-466c6c00-c376-11eb-886a-9173d2730959.png) ```` "dependencies": { "@mailchimp/mailchimp_marketing": "^3.0.41", "colorkraken": "^1.0.21", "imagemin-gifsicle": "^7.0.0", "imagemin-mozjpeg": "^9.0.0", "imagemin-optipng":...