I had a problem sizing the Image, so I did it with vh but I think there would be a better solution. I just don't know how to do it so if can enlighten me that would be great. Thank you in advance.
Michael Bard
@mikebardpythonAll comments
- @simon-baumhauerSubmitted almost 3 years ago@mikebardpythonPosted almost 3 years ago
@vanzasetia thank you, if we input alt="ladies enjoying their work" would the VoiceOver screen-reader still pronouce the image with null alternative text or would it read out what "ladies enjoying their work"?
0 - @simon-baumhauerSubmitted almost 3 years ago
I had a problem sizing the Image, so I did it with vh but I think there would be a better solution. I just don't know how to do it so if can enlighten me that would be great. Thank you in advance.
@mikebardpythonPosted almost 3 years agoIn the html for the image in dont understand why you are setting aria-hidden="true"? referencing the below discussion on stackoverflow seems like it would be okay to do this for icons but we would want screen readers to tell the users about this.
Im relatively knew so any knowledge you could share would be appreciated.
https://stackoverflow.com/questions/31107040/whats-the-difference-between-html-hidden-and-aria-hidden-attributes
0