Avatar size in 2.0.1.8
How would one go about upping the avatar size in 2.0.1.8? A lot of old forum post seem to mention editing the css which, correct me if I'm wrong, won't actually resize the file but simply stretch it to your desired size.
0
Comments
$Configuration['Garden']['Thumbnail']['Size'] = 100;
Then added this to my themes css:
ul.MessageList div.Meta span.Author img
{
height: 100px;
width: 100px;
}
Looks like it will take some more tweaking to make it look right but this should be enough to get most users on their way.