Open Chinmaya-Gandhi opened 10 months ago
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
believe there's one, altText and titleText, just check the readme
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
And there is no way to pass image.altText