|
|||||||
| Graphics Discussion and technical support for creating and editing graphics for the web. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Images sizes & popouts
Greetings.
I have a site for sailors which is a guide to various harbours. This includes a lot of photographs. To make them large enough to be of any use, they take up a lot of space. I was thinking of using quite small images, which, when clicked on, open out in a new popout window. There are two ways of doing this: 1. Thumbnail on page and large image for the pop out - therefore two images on the server. 2. Use just the large image but set the height/width attributes in the img tag to half or a third of the true value. Thus only one image needed on the server. I'm tending towards (2). Any comments or feelings? |
|
#2
|
||||
|
||||
|
#1 is the best way to do this. If you use option #2, the full images are downloaded to the browser, and then resized smaller for thumbnail display, which doesn't save any bandwidth or time on the user's part. Definitely don't go that route, especially since you say the photos are very large.
Dave
__________________
Skinny Dog Studios |
|
#3
|
|||
|
|||
|
Definitely number 1. Doing it the other way would cause it to be unnecessarily slow and make the images look rubbish as the rendering of squahed images within browsers is not as good as you get in a graphics program.
__________________
web hosting |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|