How did you make your avatar 250 in height at all? I’ve been looking all day.
Oh dang. Is that site at least running XF 2?Not mine. That's the example I'm trying to configure for my own site lel
When you got it to work the avatar didn’t look stretched or compressed when you made it taller vertically?take a look here
XF 2.0 - Enlarge Postbit Avatar Size with horizontal Postbit
I've used the mod to make it so the postbit is horizontal, across the top of the message. Rather than vertical on the left side of the message. Our forum users are used it it this way and prefer it. The problem is, there is enough space to make the user Avatar larger. But none of the mods...xenforo.com
This fixes the max height issue?don't forget to change the size from "m" to "l"
Yours doesn’t look like his from the screen shot right?you can also try to change size to "o" in the message_macros and quick_reply_macros template
it working for me
How do you change the l to o in extra.less?also don't forget to change "l" to "o" in extra.less code
Code:.avatar.avatar--o { max-width: 150px; width: 150px; height: 200px; max-height: 200px; }
also don't forget to change "l" to "o" in extra.less code
Code:.avatar.avatar--o { max-width: 150px; width: 150px; height: 200px; max-height: 200px; }
<xf:avatar user="$user" size="o" defaultname="{$fallbackName}" itemprop="image" />
.avatar.avatar--o {
max-width: 180px;
width: 180px;
height: 300px;
max-height: 300px;
}
You used this code and it still stretches?size doesnt change
Code:<xf:avatar user="$user" size="o" defaultname="{$fallbackName}" itemprop="image" />
Code:.avatar.avatar--o { max-width: 180px; width: 180px; height: 300px; max-height: 300px; }
I just used this code and replaced the dimensions with the ones I wanted to use and replaced height with auto and it works like gangbusters!also don't forget to change "l" to "o" in extra.less code
Code:.avatar.avatar--o { max-width: 150px; width: 150px; height: 200px; max-height: 200px; }
.avatar.avatar--o {
max-width: 150px;
width: 150px;
height: auto;
max-height: 200px;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.