Sometimes you may need to change the size of an image on your webpage so to better format it on the page. This is easily accomplished using the attributes associated with the <img src> tag. Changing the height and width of the image in the tag will not automatically resize the image proportionally. It is up to the person writing the code to determine the ratio to adjust the picture so it does not distort it. Also, this method of changing the picture size does not change the actual file size of the image.

 

We will start with our code from the last section:

<img src="/support/Images/image.jpg" align="middle">

To change the width and height of the image, you will need to use the width and height tags:

  • width="___"
  • height="___"

Now we will insert the tags into our code, putting in the width and height that we want the image to be (in pixels):

<img src="/support/Images/image.jpg" align="middle" width="250" height="320">

Remember that any time you add an attribute, make sure you use quotation marks around the value or it will not work properly. Also, the order of the attributes does not matter, you can also use:

<img src="/support/Images/image.jpg" width="250" height="320"align="middle">

Please check the next article on How to make an Image a Link. If you missed our previous article, please see the Changing the Image Alignment tutorial. For more information on this course please visit Inserting Images into a Website

Like this Article?

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Brad Markle, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. we-creation.com server down
  2. How do I delete the DNS entry?
  3. Wordpress Login Temporarily Disabled (again)

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!