There are width and height attributes, though it would behoove you to do a little reading up on cascading stylesheets (css).
<img src="..." width="100" height="200" alt="Company Logo"/>
You should be able to specify just the width or just the height to automatically scale the other dimension.