You can set the width
and height
attributes of the image tag, like so:
<img src="../image/path" width="100" height="100" />
Also notice that using only one of those attributes, will resize the image keeping the aspect ratio, which will prevent the image from looking distorted.