user images wont be responsive in widgets

This commit is contained in:
barisusakli
2014-03-18 18:06:00 -04:00
parent 0f66e80a5a
commit d2af4a6b69

View File

@@ -191,7 +191,7 @@ var ajaxify = {};
} }
} }
$('#content [widget-area] img').addClass('img-responsive') $('#content [widget-area] img:not(.user-img)').addClass('img-responsive');
checkCallback(); checkCallback();
}); });
} }