about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2020-08-23 07:08:12 +0900
committerGitHub <noreply@github.com>2020-08-23 00:08:12 +0200
commitdebf6ae31609dcc2fda224b4a6014848cb0e5a27 (patch)
tree4d4bc6ec8b25001b7c799416e79518645f90bad6
parent92e6b2b4d80f1090d1ce285fb8179f4af9d66565 (diff)
Fix click range discrepancies in gifv (#14615)
-rw-r--r--app/javascript/mastodon/components/gifv.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/mastodon/components/gifv.js b/app/javascript/mastodon/components/gifv.js
index 83cfae49c..b775e5200 100644
--- a/app/javascript/mastodon/components/gifv.js
+++ b/app/javascript/mastodon/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}