Avatar Sizing Help
3 posters
Page 1 of 1
Avatar Sizing Help
Hi there,
I have seen a number of posts regarding the avatar sizing but unfortunately, none of the solutions that I read have worked for me.
I have gone onto the control panel >> general >> avatar management >> personal avatars. I then set the dimensions to say 125x125. Unfortunately, members were still able to upload images that were the size of desktop wallpaper. I tried a few different CSS codes but no luck there either. Perhaps a different code will help.
Any other suggestions to this other than forcing everyone to manually size their image to a proper size?
Thanks,
V
I have seen a number of posts regarding the avatar sizing but unfortunately, none of the solutions that I read have worked for me.
I have gone onto the control panel >> general >> avatar management >> personal avatars. I then set the dimensions to say 125x125. Unfortunately, members were still able to upload images that were the size of desktop wallpaper. I tried a few different CSS codes but no luck there either. Perhaps a different code will help.
Any other suggestions to this other than forcing everyone to manually size their image to a proper size?
Thanks,
V
VStrah- New Member
- Posts : 24
Reputation : 1
Language : English
Re: Avatar Sizing Help
I should also mention that the problem MAY only be when linking pictures from a different URL. Uploading directly from one's computer may not be problematic.
VStrah- New Member
- Posts : 24
Reputation : 1
Language : English
Re: Avatar Sizing Help
Hello VStrah,
You are correct, the dimensions set in the AP can be bypassed by the link to an off site avatar. The AP option is mainly for uploads. You can resize the avatars with CSS, however, I would need to know the version of your forum. Could you provide a link to your forum ?
Thanks.
You are correct, the dimensions set in the AP can be bypassed by the link to an off site avatar. The AP option is mainly for uploads. You can resize the avatars with CSS, however, I would need to know the version of your forum. Could you provide a link to your forum ?
Thanks.
Re: Avatar Sizing Help
AP > Display
It should say the forum version.
It should say the forum version.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Avatar Sizing Help
Add this to your CSS stlyesheet :
Administration Panel > Display > Colors > CSS stylesheet
Administration Panel > Display > Colors > CSS stylesheet
- Code:
.post .postdetails.poster-profile a > img {
max-height:125px;
max-width:125px;
}
Similar topics
» Sizing the photo.
» Trouble sizing images
» Need help with re-sizing an image and adding Text
» Chatbox isnt sizing correctly.
» Trouble with images not sizing the same in different topics , forums , categories
» Trouble sizing images
» Need help with re-sizing an image and adding Text
» Chatbox isnt sizing correctly.
» Trouble with images not sizing the same in different topics , forums , categories
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum