XF 2.0 Avatar

Livewire

Active member
Right I'm trying to basically make my avatars auto height like for example if someones avatar is 140px - 250px then in message block the avatar would be that but if there avatar is 140x140 then obviously it will be that.

I just need 250px to work somehow auto I've tried following every method none worked even tried max-height 250px still doesn't show the full avatar which is this..
0hLjR0B.png


This is what I have in extra.less
CSS:
.message-cell .avatar--l {
    width: 140px;
    max-height: 250px;
}

This is how it looks..
iu2WKTw.png


Any ideas please? I don't want to add just height: 250px or else everyones avatar will be tall 250px lol.
 
Back
Top Bottom