From 432817741ab2e0e82050856cc6f0e9933e54db82 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 17 Jan 2020 13:53:39 -0500 Subject: [PATCH] TESTING gifs --- app/javascript/gabsocial/components/media_gallery.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/components/media_gallery.js b/app/javascript/gabsocial/components/media_gallery.js index 4e6f0209..f0838b5f 100644 --- a/app/javascript/gabsocial/components/media_gallery.js +++ b/app/javascript/gabsocial/components/media_gallery.js @@ -176,7 +176,8 @@ class Item extends React.PureComponent { const autoPlay = !isIOS() && autoPlayGif; const attachUrl = attachment.get('url'); - const gifsrc = attachUrl.indexOf('?') > -1 ? attachUrl.split("?")[0] : attachUrl; + // const gifsrc = attachUrl.indexOf('?') > -1 ? attachUrl.split("?")[0] : attachUrl; + const gifsrc = 'https://video.twimg.com/tweet_video/EOOQ7zfWkAENTFm.mp4'; thumbnail = (