Image Resizer

Resize in what way?

Images will embed up to the maximum width available, then zoom to full size when clicked.

The FAQ in my signature has some instructions on how to change the max embedded width.
 
i test image in post and portal page they are to big, so my question its how to autoresize image height/widht xxx it is solution
PHP:
.message .messageContent .messageText img {
max-width: 50%;
}
 
Top Bottom