Optimize loading of your images to boost your Core Web Vitals.
Responsive Images
Fully responsive components for picture and background images, built on top of Next.js Image API and React 19.
Visual Stability
Prevent Cumulative Layout Shift (CLS) and improve your Core Web Vitals score.
Fully Compatible
All components are unstyled and compatible with any React styling framework.
FAQ
Answers to common questions
Yes, next-image-plus is compatible with Next.js pages and app routers.
Yes, but the Next.js Image component only works for <img> element. next-image-plus introduces two new React components, that does the heavy lifting for using <picture> element and responsive background images.
Currently, only React 19 and Next.js 15 are supported. If support for React 18 and/or Next.js 14 is something you'd like to see added, please open an issue on github and we can discuss.