Uploaded image maximum dimensions (attachments) are set in the ACP -> Options -> Attachments.
For external images, add some CSS to EXTRA.css:
Code:
.bbCodeImage {
max-width: 100px;
max-height: 100px;
}
Change the px values to suit or use a % if you prefer.