From 6c2ae0302d1b0fb462314a2206e9b090d2abc176 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Mon, 1 Sep 2014 13:29:49 -0400 Subject: [PATCH] closes #2030 --- public/src/forum/account/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/account/profile.js b/public/src/forum/account/profile.js index 9563fda6f1..343be867c2 100644 --- a/public/src/forum/account/profile.js +++ b/public/src/forum/account/profile.js @@ -43,7 +43,7 @@ define('forum/account/profile', ['forum/account/header'], function(header) { }; function processPage() { - $('.user-recent-posts img').addClass('img-responsive'); + $('.user-recent-posts img, .post-signature img').addClass('img-responsive'); } function updateButtons() {