]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix click range discrepancies in gifv
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Sat, 22 Aug 2020 22:08:12 +0000 (07:08 +0900)
committerThibaut Girka <thib@sitedethib.com>
Sun, 30 Aug 2020 14:31:41 +0000 (16:31 +0200)
Port debf6ae31609dcc2fda224b4a6014848cb0e5a27 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/components/gifv.js

index 83cfae49c494d752759db8b969d5b4ef2b4c3889..b775e52005b417f9f1b3f09edd94a77be2c3878b 100644 (file)
@@ -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}