Closed daniel-montalvo closed 9 months ago
Refs:
This code is currently rendering two images without alt text. Presumably one for the video thumbnail and another one for the play button.
<div class="video-card"> <img class="video" src="https://i.ytimg.com/vi_webp/IZp8eUAu450/maxresdefault.webp"> <img class="play-button" src="https://www.starpng.com/public/uploads/preview/red-play-button-png-101576847279kuxmycuxzj.png"> </div>
I cannot access the player buttons with my screen reader.
I am not sure where this is coming from though. Is this the expected behavior?
Video card was previously just a placeholder. This has now been replaced with the correct embedded video code
Refs:
This code is currently rendering two images without alt text. Presumably one for the video thumbnail and another one for the play button.
I cannot access the player buttons with my screen reader.
I am not sure where this is coming from though. Is this the expected behavior?