Skip to content
Snippets Groups Projects
Unverified Commit 7fbc17af authored by Bramus!'s avatar Bramus! Committed by GitHub
Browse files

Fix media markup (#21420)


This brings the markup of the MediaItem component on par with the Item component from media_gallery.

Co-authored-by: default avatarEffy Elden <effy@effy.space>
parent 99d26930
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ export default class MediaItem extends ImmutablePureComponent {
<video
className='media-gallery__item-gifv-thumbnail'
aria-label={attachment.get('description')}
title={attachment.get('description')}
role='application'
src={attachment.get('url')}
onMouseEnter={this.handleMouseEnter}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment