[Glitch] Add missing video descriptions

Port ac092d03e7 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-08-27 17:40:25 +02:00
committed by ThibG
parent 3106c81b1e
commit 937cd03a9a
6 changed files with 6 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ class Item extends React.PureComponent {
<video
className={`media-gallery__item-gifv-thumbnail${letterbox ? ' letterbox' : ''}`}
aria-label={attachment.get('description')}
title={attachment.get('description')}
role='application'
src={attachment.get('url')}
onClick={this.handleClick}