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.
The forum of the forums
2 posters

    Profile Avatar isn't full size

    wizard king
    wizard king
    Forumember


    Posts : 83
    Reputation : 1
    Language : English

    Solved Profile Avatar isn't full size

    Post by wizard king Tue Jun 27, 2023 3: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 Tue Jun 27, 2023 4:04 pm; edited 1 time in total
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1575
    Reputation : 266
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: Profile Avatar isn't full size

    Post by Razor12345 Tue Jun 27, 2023 3: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

    wizard king likes this post

    wizard king
    wizard king
    Forumember


    Posts : 83
    Reputation : 1
    Language : English

    Solved Re: Profile Avatar isn't full size

    Post by wizard king Tue Jun 27, 2023 4:04 pm

    Works like a charm thanks so much for the help. God bless you.
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1575
    Reputation : 266
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: Profile Avatar isn't full size

    Post by Razor12345 Tue Jun 27, 2023 4:05 pm

    You are welcome!

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



    Profile Avatar isn't full size Screen51

      Current date/time is Sun Sep 22, 2024 9:33 pm