lucaspulliese / vue-cool-lightbox

Vue.js lightbox inspired by fancybox.
https://vue-cool-lightbox.lucaspulliese.com
341 stars 54 forks source link

No alt attribute on <img> #62

Closed Dezento closed 3 years ago

Dezento commented 3 years ago

Hey, this plugin is really cool, but it lacks alt attribute on img tag, it would be also cool if it could have a dynamic alt tag (because of the new ADA regulations)

lucaspulliese commented 3 years ago

Hi @Dezento!

Thanks for the star :).

Yup, it's a good enhancement, I will let you know when I have it, thanks!

lucaspulliese commented 3 years ago

Update the component to version 2.6.7, as you can see in the docs, now you can pass the attribute alt to the item object.

Dezento commented 3 years ago

@lucaspulliese Thanks for the enhancement! :)