gethugothemes / hugo-modules

30+ Powerful Hugo Modules Created By Gethugothemes.
https://gethugothemes.com/hugo-modules
MIT License
111 stars 49 forks source link

Gallery-slider component uses file path as alt-text #52

Closed TeaDrinkingProgrammer closed 5 months ago

TeaDrinkingProgrammer commented 5 months ago

The Gallery-slider component uses the path of the file as alt-text. This is probably worse than having no alt-text at all for people using a screenreader. Using the filename itself would be slightly better (which is probably the intention of the component). It is also probably a good idea to think about a better way, like using the comment field in the EXIF data as alt-text.

tfsomrat commented 5 months ago

Hey @TeaDrinkingProgrammer, thanks for your concern, I have updated the module. now it's use only the file name.