The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Profile Avatar isn't full size

2 posters

Go down

Solved Profile Avatar isn't full size

Post by wizard king June 27th 2023, 4:33 pm

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
wizard king
Forumember

Posts : 83
Reputation : 1
Language : English

Back to top Go down

Solved Re: Profile Avatar isn't full size

Post by Razor12345 June 27th 2023, 4:58 pm

Good afternoon!

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:

Profile Avatar isn't full size Scree200

UPDATE:

Also note the maximum size of avatars in AP - Display - Avatars management - Personal avatars - Maximum avatar dimensions :


Profile Avatar isn't full size Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1476
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

wizard king likes this post

Back to top Go down

Solved Re: Profile Avatar isn't full size

Post by wizard king June 27th 2023, 5:04 pm

Works like a charm thanks so much for the help. God bless you.
wizard king
wizard king
Forumember

Posts : 83
Reputation : 1
Language : English

Back to top Go down

Solved Re: Profile Avatar isn't full size

Post by Razor12345 June 27th 2023, 5:05 pm

You are welcome!

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Profile Avatar isn't full size Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1476
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum