responsive images in group page

This commit is contained in:
barisusakli
2014-10-21 15:24:50 -04:00
parent dcf2691a12
commit ebfb953069

View File

@@ -10,6 +10,8 @@ define('forum/groups/details', function() {
var slug = this.getAttribute('data-slug');
ajaxify.go('user/' + slug);
});
$('.latest-posts .content img').addClass('img-responsive');
};
return Details;