Hey admin, since we want to have this place a good ol 2014 feel (8chan used to have this), Why don't you have a animated autogif thumbnails
$('document').ready(function () {
var animateGif = function () {
if ($(this).children('img.post-image').attr('src') != '/static/spoiler.png')
$(this).children('img.post-image').attr('src', $(this).attr('href'));
}
$('div.file').children('a[href*=".gif"]').each(animateGif);
$(document).on('new_post', function (e, post) {
Post too long. Click here to view the full text.