mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-25 01:09:36 +02:00
responsive images in group page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user