From 937cd03a9a9f31bb794aa90fced668b8b902ec86 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 27 Aug 2018 17:40:25 +0200 Subject: [Glitch] Add missing video descriptions Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc --- app/javascript/flavours/glitch/features/video/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/flavours/glitch/features/video/index.js') diff --git a/app/javascript/flavours/glitch/features/video/index.js b/app/javascript/flavours/glitch/features/video/index.js index a578df026..7e284a0bc 100644 --- a/app/javascript/flavours/glitch/features/video/index.js +++ b/app/javascript/flavours/glitch/features/video/index.js @@ -323,6 +323,7 @@ export default class Video extends React.PureComponent { role='button' tabIndex='0' aria-label={alt} + title={alt} width={width} height={height} onClick={this.togglePlay} -- cgit