eHow launches Android app: Get the best of eHow on the go.
Summary: Including a thumbnail photo on a Web page is good for image galleries, faster loading, ease of creation and high-resolution images. Put a thumbnail photo on a Web page when creating a Web site with tips from a software developer in this free video on Web design and the Internet.
Luis Estrada has a Bachelor's degree in Computer Science. He specializes in developing web sites and web applications. Estrada has been designing and creating websites for more than 8...read more
"Hello, my name is Luis Estrada, and I am a software developer. In this video, I will show you how to put a thumbnail photo on a web page. Thumbnail pictures are very useful when you have an image gallery in your web page. It is also very useful when you want to show an image at a high resolution. Take into account the fact that the majority of Internet users have a resolution of 1024 by 768 on their monitors, so any image that uses more than a thirty percent of the entire computer screen should not be included inside the web page. Another important reason for using thumbnails is that they allow websites to load much faster. You can display a page with tons of thumbnails much faster than it would take you to display a single image in its entire resolution. Fortunately, thumbnails are quite easy to create. Thumbnail sized vary a lot; however, I would not suggest anything smaller than 75 by 75 pixels. For example, here I have a picture of a car at 3072 by 2304. Let's create a thumbnail version of fif, 150 by 115 pixels. Simply right click on it and choose edit. Once in Paint, choose Image, Stretch and Skew, and enter a 5 percent Horizontal and Vertical values. Save the image as small. Go to your html source and add the image as a link. To make this faster I already have the code typed. You can see a standard html link, and what this link displays is the image. The target is the location of the full-size image. In this case, I use a relative url; however, you can use an absolute url by typing something like, save the file, refresh the browser, and click on the link. Now, you see the image in its full resolution. I am Luis Estrada, and I've just shown you how to create web pages using html."
eHow Article: How to Put a Thumbnail Photo on a Web Page