Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web site picture loading time

Status
Not open for further replies.

CharlotteL

IS-IT--Management
Apr 13, 2005
92
0
0
GB
I am designing a web site which has lots of pictures but it takes a long time to load. I think I need to embed the pictures or something but I don't know how to do that. I am using Frontpage for Designing.

Thanks
 
You're not giving us much information to go on, but here's my guess...

Are you, by any chance, relying on the browser to re-size your images. If you have an image on your server that you got from a digital camera, say 1280x960 pixels and 800KB in size, and you're presenting it on your site like this:
Code:
<img src="photo.jpg" width="400" height="300" alt="My photo">
It won't reduce the amount the visitor has to download. They still have to get the whole 800KB, then throw away 90% of the information by re-sizing it.

Use a graphics program to resize your images to the required dimensions before using them on your site.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Many thanks, that worked. Sorry for not giving more information - but you gave me the right answer!!!!!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top