[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Feedback](/c/feedback/8) # How to fall back to unoptimized images when Next.js image optimization fails 2 views · 0 likes · 2 posts SergeySypalo (@sergeysypalo) · 2026-04-05 I just had a chat with `Vercel AI` about image optimization techniques, and it suggested to post my feedback to the forum: So I asked if it’s possible to display an optimized image by default, but if there is no such available, fall back to optimized ones instead of showing that the image is not loaded. Pauline P. Narvas (@pawlean) · 2026-04-07 I recommend posting this to https://github.com/vercel/next.js/discussions as well. Currently, Next.js doesn’t have a built-in soft fallback to unoptimized images, but you could create a custom wrapper that handles the fallback logic automatically.