Add missing video descriptions (#8416)
* Pass through video description as necessary. * Add title to video, matching aria-label.
This commit is contained in:
parent
869a3af3c0
commit
ac092d03e7
9 changed files with 9 additions and 3 deletions
|
@ -50,6 +50,7 @@ export default class ExtendedVideoPlayer extends React.PureComponent {
|
|||
role='button'
|
||||
tabIndex='0'
|
||||
aria-label={alt}
|
||||
title={alt}
|
||||
muted={muted}
|
||||
controls={controls}
|
||||
loop={!controls}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue