Profile Avatar isn't full size
2 posters
Page 1 of 1
Profile Avatar isn't full size
Technical Details
Forum version : #Invision
Position : Founder
Concerned browser(s) : Mozilla Firefox
Screenshot of problem : https://prnt.sc/-wieq_cHEAPM
Who the problem concerns : Yourself
Forum link : https://serverbumper.forumotion.com
Description of problem
I noticed a problem with my profile avatar. https://prnt.sc/-wieq_cHEAPM that is a screenshot of the issue. The blue space you see is space for a full size image but for some reason the image doesn't scale to full size. I looked through my css codes etc and can't locate why the forum is doing that. I need staff to help me with some answers because I'm stumped on this one lol. (Idk if this is a css, template issue or both).Last edited by izel poole on June 27th 2023, 5:04 pm; edited 1 time in total
wizard king- Forumember
- Posts : 84
Reputation : 1
Language : English
Re: Profile Avatar isn't full size
Good afternoon!
Look for this code in your CSS:
Also try writing another post in the topic to see if the avatar will display correctly.
I propose you replace the above code by:
Result:
UPDATE:
Also note the maximum size of avatars in AP - Display - Avatars management - Personal avatars - Maximum avatar dimensions :
Look for this code in your CSS:
- Code:
.profile-avatar {
background: #17A;
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #333;
}
Also try writing another post in the topic to see if the avatar will display correctly.
I propose you replace the above code by:
- Code:
.profile-avatar {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #333;
text-align: center;
}
Result:
UPDATE:
Also note the maximum size of avatars in AP - Display - Avatars management - Personal avatars - Maximum avatar dimensions :
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
wizard king likes this post
Re: Profile Avatar isn't full size
Works like a charm thanks so much for the help. God bless you.
wizard king- Forumember
- Posts : 84
Reputation : 1
Language : English
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Similar topics
» Profile Rank and Avatar profile problem
» Click to see full size for image does not show full size
» Avatar request(this can be locked/isnt solved)
» Attached image always full-size (need smaller)
» Enarge this image || Click to see full size
» Click to see full size for image does not show full size
» Avatar request(this can be locked/isnt solved)
» Attached image always full-size (need smaller)
» Enarge this image || Click to see full size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum