XF 1.3 Avatars

From the FAQ.

How can I limit the size of images in signatures?
Add this to the EXTRA.css template:
Code:
.signature.messageText img {
max-width: 200px;
}
Adjust the size to suit, or substitute for a percentage.
Note that the images will still zoom to full size when clicked. To prevent that append the max-width with !important, for example max-width: 200px !important;.

https://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037
 
Top Bottom