add a class in your Extra CSS for each style or even add it in styles/common.css (one time) of:

Code
.signature img {
max-width:300px;
}

*replace 300 with desired value
*IE 6 users are screwed, but whatevs
*do similar for max-height if that is also a concern