MyBB Community Forums

Full Version: Resize Signature pics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anybody tell me how to set so I can have members sig pics resize to a maximum size?

NM, figured it out.
I just posted this in my global css and it seems to work:

​.signature img{
max-width: 400px;
max-height: 400px;
overflow: auto;
}

Should I be doing it the way mentioned in that link?