Auto-Resizing Avatar 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

    Auto-Resizing Avatar

    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    In progress Auto-Resizing Avatar

    Post by Asriel February 8th 2013, 2:13 am

    I have had javascript and CSS together that resized all the avatars on my forum automatically. But I accidentally deleted them, and now I can't find it. I looked into several old topics to find it, but every CSS that I tried just doesn't work. For a reference, I have Phbb2 version. If anyone knows the code, much obliged. Thank you! batman
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    In progress Re: Auto-Resizing Avatar

    Post by Neymar1 February 8th 2013, 1:03 pm

    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    In progress Re: Auto-Resizing Avatar

    Post by Asriel February 9th 2013, 11:36 pm

    It didn't work.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: Auto-Resizing Avatar

    Post by Sanket February 10th 2013, 8:44 am

    https://help.forumotion.com/t118532-default-avatar-size-phbb2#777793

    See if the above helps you. If not, please post your Forum URL.

    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    In progress Re: Auto-Resizing Avatar

    Post by Asriel February 11th 2013, 9:47 pm

    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: Auto-Resizing Avatar

    Post by Sanket February 12th 2013, 4:58 pm

    Add this to your css & check please.
    Code:
     span.avic span.res img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    In progress Re: Auto-Resizing Avatar

    Post by Asriel February 12th 2013, 10:24 pm

    Sorry, Sanket. It didn't work.