ryersondmp / sa11y

Sa11y is an accessibility quality assurance tool that visually highlights common accessibility and usability issues. Geared towards content authors, Sa11y straightforwardly identifies errors or warnings at the source with a simple tooltip on how to fix them.
https://sa11y.netlify.app
Other
280 stars 43 forks source link

Image previews #88

Closed brianteeman closed 2 months ago

brianteeman commented 2 months ago

If you have a white image with a transparent background then it is not visible in the image preview

image

This can be resolved by adding a background color to #images-list li img

image

or perhaps a checkerboard background

adamchaboryk commented 2 months ago

Thanks for flagging, Brian! I already have a fix for next release! 😅

brianteeman commented 2 months ago

awesome