MyBB Community Forums

Full Version: Get rid of automatic resizing for avatars?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You don't have to edit anything in templates!

1. revert the postbit_avatar template back to default
2. In ACP go to Configuration -> Show Thread Options and set "Maximum Avatar Dimensions in Posts" to 150x150
And in the CSS of the theme you need to find:
.post .post_author div.author_avatar img
and take out the width and height elements.
It is set at 150x150 that's why I'm thinking it's something to do with the theme I'm using which has something in a template that resizes it.
You can also do as doylecc says but if your still having problems after that (which can sometimes happen) just do as I have pointed out.
(2017-01-03, 04:14 PM)Nicole-Studios Wrote: [ -> ]And in the CSS of the theme you need to find:
.post .post_author div.author_avatar img
and take out the width and height elements.

Thank you so much, forgot all about the css I was thinking it was in a template for some reason.

Problem solved thank you!!!
No problem!

I've had this problem occur a few times myself.

I've fixed it by either the CSS or editing Templates themselves.

It's just a trial and error kind of thing. Smile
Gotcha, I'll do more investigating before posting from now on sorry haha.
Pages: 1 2