Add missing video descriptions (#8416)
* Pass through video description as necessary. * Add title to video, matching aria-label.
This commit is contained in:
committed by
Eugen Rochko
parent
869a3af3c0
commit
ac092d03e7
@ -36,6 +36,7 @@ export default class StatusCheckBox extends React.PureComponent {
|
||||
<Component
|
||||
preview={video.get('preview_url')}
|
||||
src={video.get('url')}
|
||||
alt={video.get('description')}
|
||||
width={239}
|
||||
height={110}
|
||||
inline
|
||||
|
Reference in New Issue
Block a user