Automatic Avatar Resizing?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Automatic Avatar Resizing?
Is it possible to set your forum so when someone uploads an Avatar that's too wide or high it is automatically re-sized by the forum?
Re: Automatic Avatar Resizing?
Add to CSS Stylesheet:

- Code:
.postprofile dt img{
max-height: 200px;
max-width: 150px;
}

Guest- Guest
Re: Automatic Avatar Resizing?
Let me get this straight before a alter my stylesheet: So if someone uploads a Avatar that is 400x400 and I have my values set to 200px and 150px the forum will automatically resize it?
Also, do I have to use those numbers in the stylesheet
1.
2.
3.
4.
Or can I add the code at the bottom of the stylesheet. For example, can I add the coding starting at 49 if that is the last number in my stylesheet? Does each code have to be in a separate number?
Also, do I have to use those numbers in the stylesheet
1.
2.
3.
4.
Or can I add the code at the bottom of the stylesheet. For example, can I add the coding starting at 49 if that is the last number in my stylesheet? Does each code have to be in a separate number?
Re: Automatic Avatar Resizing?
Don't pay attention to this.

Yes, press one time Enter then just paste the code.@runawayhorses wrote:Or can I add the code at the bottom of the stylesheet. For example, can I add the coding starting at 49 if that is the last number in my stylesheet? Does each code have to be in a separate number?

Guest- Guest
Re: Automatic Avatar Resizing?
So you're also saying the forum will automatically resize a picture that is too big if someone uploads a picture for there Avatar? It doesn't matter what size the picture they try to upload the forum will automatically resize it?? It won't reject the Avatar? That is something I need to know. That's the whole point of doing this.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum