diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 62452dc0..3cb34f4a 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -707,6 +707,12 @@ } } + let gif = html.find(".js-media-gif-container"); + + if (gif.length){ + gif.css("background-image", 'url("'+chirp.getMedia()[0].small()+'")'); + } + let type = chirp.getChirpType(); if ((type.startsWith("favorite") || type.startsWith("retweet")) && chirp.isAboutYou()){