I know the css to do the forum but I am unsure if it works on the CMS part as I haven't tried it out. I am sure with some editing of this code you can get it to work as well in the CMS part.
Put this in your postbit.css at the bottom and save.
Code:
.postbody IMG{
max-width: 85%;
height: expression(this.height > 100 ? "100px" : true);
width: expression(this.width > 100 ? "100px" : true);
}