Does anyone know if Alt-text can be read from a background image? An image I’ve included as a background in a div is not being read by screen readers…What would be the best work-around?
You can simply use an actual image element, set it to absolute within the parent which needs to be relative, add z-index -1 and use it like that. Let me know if it starts workign after that