next-image-export-optimizer
next-image-export-optimizer copied to clipboard
Inline images for a blur placeholder
Hi there,
I was wondering if it’s possible to inline blur placeholders as Base64 data URLs to reduce load time?
In my current project, I display 50 images in a grid on each page. Loading 50 placeholder images via HTTP as separate files seems to create unnecessary overhead. It would be great if this plugin could support inlining these placeholders to improve performance. I couldn’t find an option for this feature in the existing implementation.
Here’s an example of the current behavior:
And here’s what I’d love to see:
Thanks for considering this feature request!