@angularforge/gallery
Accessibility
Keyboard navigation, ARIA, and focus management in the gallery.
alt text on all images | GalleryImage.alt |
NgOptimizedImage ( ngSrc ) | |
prefers-reduced-motion |
alt text for every image — screen readers read this to users:
images: GalleryImage[] = [
{
src: 'mountain.jpg',
alt: 'Snow-capped mountain peak at sunrise with pink sky', // descriptive!
width: 1920,
height: 1080,
},
];