- Issue created by @lordzik
- 🇮🇳India sd9121
Hi @lordzik,
The aria-label value can be corrected directly in the Twig template when the image field exposes the alt attribute.
In colorbox-formatter.html.twig, replace the current aria-label logic with:
<a href="{{ url }}" aria-label="{{ image['#alt'] }}" role="button" {{ attributes }}>{{ image }}</a>
Thanks!