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 = (