]> cat aescling's git repositories - mastodon.git/commitdiff
Fix click range discrepancies in gifv (#14615)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Sat, 22 Aug 2020 22:08:12 +0000 (07:08 +0900)
committerGitHub <noreply@github.com>
Sat, 22 Aug 2020 22:08:12 +0000 (00:08 +0200)
app/javascript/mastodon/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}