Decorative images — icons, dividers, background graphics — should not have alt text. Screen readers skip them whenDocumentation Index
Fetch the complete documentation index at: https://www.alttextlab.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
alt="" is present, per W3C WCAG guidelines.
The web snippet provides two ways to skip images.
Skip individual images
Add either a CSS class or a data attribute to the<img> tag.
CSS class:
Skip images by size
By default all images are processed regardless of size. To skip small images, set thedata-min-natural-size parameter on the snippet script tag to a positive pixel value: