| |||||||
| Example 1If the auction contains only one or two images, there is little to be gained by using separate smaller images for the thumbnail view. We assume the viewer will want to see the full size image so why not save transfer bytes by loading the full size image only once? Size is controlled using thewidth and height attributes of the image tag. To the bidder it appears the image is 'enlarging.' What is actually happening in this example is more like "Click to un-shrink"full size image is loaded once. Only 16052 bytes are required to load before bidder can see full size image | ||||||
|
Example 2Generally, your auction visitors who use dialup connections should see something to keep them interested within the first few seconds. If your auction will contain several large photos, one way to accomplish a quick load is by using true thumbnails - smaller images which will appear immediately. The thumbnails can then contain a link to load the full-size photo when clicked. Use common sense because your bidder must still be patient. Plus more total bytes will be processed by the time all the images have been viewed!13% more total bytes must be loaded before bidder can see full size image.
| ||||||
| Example 4Our final example presents all images at once. We call this a thumbshow. View the source to see how it's done. |