Skip to:
Content
Pages
Categories
Search
Top
Bottom

Increase Side Login Widget Avatar’s size

Viewing 9 replies - 1 through 9 (of 9 total)

  • Robin W
    Moderator

    @robin-w

    fix is to add this to your custom css

    .bbp-logged-in img.avatar {
    	height: 80px !important;
    	width: 80px !imprtant;
    }

    and play with the number. You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    the size is hard coded, so can’t be changed


    paloprisk
    Participant

    @paloprisk

    Thanks Robin, it works like a charm !
    When I think of the time (over one hour) I spent last night to find a solution on the @ … !


    Robin W
    Moderator

    @robin-w

    we’ve all been there !! 🙂

    glad to have helped


    paloprisk
    Participant

    @paloprisk


    Robin W
    Moderator

    @robin-w

    as stated above

    You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    best I can do without code (I’m just a bbpress user!)


    paloprisk
    Participant

    @paloprisk

    I read and understood this but what surprises me though is that there is no ***magnification*** per se since the original is 392px square and the final pic 80px square … !!!


    Robin W
    Moderator

    @robin-w

    there is, but it is in the code, but in core code that does not have a filter to change.

    I could re-write the widget as a new one in a plugin for you, but that would be paid work !


    paloprisk
    Participant

    @paloprisk

    I think I can adapt to this blurry situation 😉 !
    Thanks again for your help, anyway.


    Robin W
    Moderator

    @robin-w

    no problem

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar