diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-08-23 07:08:12 +0900 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-08-30 16:31:41 +0200 |
commit | cd806663af102d0331ad9be1b53f99c43cf75bf6 (patch) | |
tree | dd9935aa9d1ce83cf284ba879b3b3200440f9dc1 /app | |
parent | 45d1f34a3074782fb68d322cb90dc21b46744426 (diff) |
[Glitch] Fix click range discrepancies in gifv
Port debf6ae31609dcc2fda224b4a6014848cb0e5a27 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/components/gifv.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/components/gifv.js b/app/javascript/flavours/glitch/components/gifv.js index 83cfae49c..b775e5200 100644 --- a/app/javascript/flavours/glitch/components/gifv.js +++ b/app/javascript/flavours/glitch/components/gifv.js @@ -54,8 +54,6 @@ export default class GIFV extends React.PureComponent { <video src={src} - width={width} - height={height} role='button' tabIndex='0' aria-label={alt} |