Niels-IO / next-image-export-optimizer

Use Next.js advanced <Image/> component with the static export functionality. Optimizes all static images in an additional step after the Next.js static export.
413 stars 51 forks source link

accessibility issue #179

Closed MarcelKnobelsdorf closed 7 months ago

MarcelKnobelsdorf commented 7 months ago

Hello,

I've stumbled into an accessibility issue.

Our accessibility test detects a problem with the sharpBlur id.

Error: Message": "The document has multiple static elements with the same id attribute: sharpBlur

Is it possible to remove this ID or make it unique for each element?

Kind regards

Marcel

Niels-IO commented 7 months ago

Hi @MarcelKnobelsdorf,

Thanks for the report. I re-evaluated the approach using the svg filter and after some testing, it turns out that I can remove it. The tiny placeholder image will be displayed blurred anyway.

The change is in v1.10.0