To resize images, you need to add the height attribute to your image tag. Like this 👇
</img src="crix.png" height="120px">
Go to HTML Tutorial 09: How To Add Images to Webpage for more details on how add images and resize using the height attribute.