0
0
Fork 0

Add missing video descriptions (#8416)

* Pass through video description as necessary.

* Add title to video, matching aria-label.
This commit is contained in:
M Somerville 2018-08-24 22:55:41 +01:00 committed by Eugen Rochko
parent 869a3af3c0
commit ac092d03e7
9 changed files with 9 additions and 3 deletions

View file

@ -60,6 +60,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
<Video
preview={video.get('preview_url')}
src={video.get('url')}
alt={video.get('description')}
width={300}
height={150}
inline