Want to shrink a large image or expand the size of a small one? Then this is the code you need. This makes resizing images EASY!
< img src="URL TO IMAGE" height="XXX" width="XXX">
URL TO IMAGE = URL to the site and directory of the image. You can find this by right clicking the image you want, press properties, and the URL should be in the information box.
XXX = Replace for height and width of image. example: height="100" width="100"
IMPORTANT TIP If you just want to change the width of your image, you can delete the height=XXX and the height will automatically form to the width so it's even. This works the same if you delete the width and leave the height. This is good to know when you find your image is coming out looking pixelated or stretched.
Play around with different numbers to get a feel for how big/small your image can get. Remember anything under 100 is very very small.