avatar bigger than the limit 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 bigger than the limit

    QeemBA
    QeemBA
    Forumember


    Posts : 38
    Reputation : 1
    Language : English

    In progress avatar bigger than the limit

    Post by QeemBA April 26th 2015, 2:53 pm

    Hi all

    Theres some issue with my forum. The size of the avatar is 150x150. But the default avatar doesn't resize itself

    avatar bigger than the limit Screen10

    Need your help

    Regards 
    Mus
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51553
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: avatar bigger than the limit

    Post by SLGray April 26th 2015, 4:44 pm

    Have you tried editing the avatar image itself?



    avatar bigger than the limit Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: avatar bigger than the limit

    Post by Ange Tuteur April 26th 2015, 9:57 pm

    Hi @QeemBA,

    Are you using the following method of setting a limit for avatar dimensions in posts ?
    Display > Colors > CSS stylesheet
    Code:
    .postprofile dt img {
      max-height:150px;
      max-width:150px;
    }

    The rule above will allow you to set the max height and width of the avatar. If the values don't apply, try adding the !important flag to the end of the value.