about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/gifv.js
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2020-08-23 07:08:12 +0900
committerThibaut Girka <thib@sitedethib.com>2020-08-30 16:31:41 +0200
commitcd806663af102d0331ad9be1b53f99c43cf75bf6 (patch)
treedd9935aa9d1ce83cf284ba879b3b3200440f9dc1 /app/javascript/flavours/glitch/components/gifv.js
parent45d1f34a3074782fb68d322cb90dc21b46744426 (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/javascript/flavours/glitch/components/gifv.js')
-rw-r--r--app/javascript/flavours/glitch/components/gifv.js2
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}