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..
This is what I have in extra.less
This is how it looks..
Any ideas please? I don't want to add just height: 250px or else everyones avatar will be tall 250px lol.
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..
This is what I have in extra.less
CSS:
.message-cell .avatar--l {
width: 140px;
max-height: 250px;
}
This is how it looks..
Any ideas please? I don't want to add just height: 250px or else everyones avatar will be tall 250px lol.