As you see we use large avatars, but there are those who upload an avatar and it shows up little and it leaves a gray box behind it. Is there way i can force the small avatars to become larger?
It re-sized the avatars for me on my installation on a custom style so you could have some conflicting css in EXTRA.CSS already. You might want to double check since it worked fine for me.
Yeah I tried, when they upload smaller avatars that is how it looks. I would love it if I could stretch it out to fit the whole box instead of the small avatar being in the center and a black box behind it.
There really isn't anything you can do, you already have the CSS in place. To stretch the image it would have to be with in-line styling and that isn't possible with how avatars work.
You have this:
Code:
.avatar .img.l {
width: 192px;
height: 192px;
}
Which is all that can be done as far as I know. Plus stretching a 100px x 100px image to 192px would kill its quality.