Avatar max size limits not being enforced? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Avatar max size limits not being enforced?

    thomcan
    thomcan
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    In progress Avatar max size limits not being enforced?

    Post by thomcan November 17th 2016, 7:01 am

    Hi there,

    I've set a max avatar limit of 125x200 - but when I uploaded a larger image to my admin profile as a test it let me go larger than the indicated max size. See below image of an avatar of one of my moderators at 125x300...

    Avatar max size limits not being enforced? PMbn8nL

    Any idea why this is happening? I want to get it fixed before opening the board to new members.

    Thanks!

    C

    Forum: halfmoonhaven.forumotion.com
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Avatar max size limits not being enforced?

    Post by SLGray November 17th 2016, 7:40 am

    Post the link to a topic that guests can see.



    Avatar max size limits not being enforced? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    thomcan
    thomcan
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    In progress Re: Avatar max size limits not being enforced?

    Post by thomcan November 17th 2016, 8:18 am

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Avatar max size limits not being enforced?

    Post by SLGray November 17th 2016, 8:31 am

    Exactly the avatar is being scaled to 83px × 199px.



    Avatar max size limits not being enforced? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    In progress Re: Avatar max size limits not being enforced?

    Post by Van-Helsing November 19th 2016, 3:52 pm

    Hello,
    You can enforce the dimensions of the poster's profile avatar by using something like this CSS code

    Code:
    .postdetails.poster-profile img {
        max-height: 150px !important;
        max-width: 300px !important;
    }

    You can modify the the values of max-width & max-height as you wish.