Require Alternative (Alt) attribute to images for screen readers
Opened this issue · 1 comments
Chinmaya-Gandhi commented
Request to kindly provide a option to pass an Alternative (Alt) attribute for the images that can be zoomed for better Digital Accessibility.
Current code is
<slide class="slide" *ngFor="let image of images">
<div class="img-zoom">
<lib-ngx-image-zoom
[thumbImage]="image.src"
[fullImage]="image.src"
zoomMode="hover"
[enableScrollZoom]="true"
[enableLens]="true"
></lib-ngx-image-zoom>
</div>
</slide>
And there is no way to pass image.altText
JomaKar commented
believe there's one, altText and titleText, just check the readme