From 2fc8b153c1408673854d6bb8e84f871019d04703 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Mon, 4 May 2015 14:02:52 -0400 Subject: [PATCH] img-responsive on about me images --- public/src/client/account/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/account/profile.js b/public/src/client/account/profile.js index 3c92559250..fa410228b6 100644 --- a/public/src/client/account/profile.js +++ b/public/src/client/account/profile.js @@ -40,7 +40,7 @@ define('forum/account/profile', ['forum/account/header', 'forum/infinitescroll', }; function processPage() { - $('[component="posts"] img').addClass('img-responsive'); + $('[component="posts"] img, [component="aboutme"] img').addClass('img-responsive'); $('[component="post/content"] blockquote').prev('p').remove(); $('[component="post/content"] blockquote').remove();