mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
user images wont be responsive in widgets
This commit is contained in:
@@ -144,7 +144,7 @@ var ajaxify = {};
|
||||
}
|
||||
tpl_url.pop();
|
||||
}
|
||||
|
||||
|
||||
if (!tpl_url.length) {
|
||||
tpl_url = url.split('/')[0].split('?')[0];
|
||||
}
|
||||
@@ -191,7 +191,7 @@ var ajaxify = {};
|
||||
}
|
||||
}
|
||||
|
||||
$('#content [widget-area] img').addClass('img-responsive')
|
||||
$('#content [widget-area] img:not(.user-img)').addClass('img-responsive');
|
||||
checkCallback();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user