|
||||||||||||||
|
Image Size
I'm sure you came accross a web page where an image took up the whole screen because whoever posted that image they did not resize it. There are things you can do to make sure that does not happen to visitors to your web pages.Advertise Here --------------------------------------- Determing the size of an image In order to specify the size of an image, you'll first have to figure out what the image dimensions are. The image dimensions are measured in units called "pixels", which are points on an image. Here are two different methods to check the image size: Online Images
Advertise Here --------------------------------------- Image Resizing In the html image statement, add an option which defines the size of the image in pixels. Image Size: 256px x 192px You can see that by right clicking on the image below and following the steps given above. ![]() HTML CODE: By applying the code above your image will show up half the size of the original. ![]() To make the image bigger or smaller simply change the number for the width and the height. Higher the numbers the bigger the image will show. Lower the numbers the smaller it will show. Advertise Here --------------------------------------- |