responsive images in group page

v1.18.x
barisusakli 11 years ago
parent dcf2691a12
commit ebfb953069

@ -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;

Loading…
Cancel
Save