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() {