Results 1 to 3 of 3

Thread: thumbnails

  1. #1
    Join Date
    Sep 2004
    Posts
    19
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default thumbnails

    Hi everyone,

    I am having problems with a thumbnail gallery, i am using Dynamic Drives Image Thumbnail Viewer II, i am having no problems with the script (as you will see) but the speed at which the thumbnails load is particularly painfull.

    I have already tried using Yes and No with the following:

    Code:
    //Preload images ("yes" or "no"):
    var preloadimg="no"
    But this just speeds up the loading of the site template, the tumbnail images still take an age to appear.

    Please click here to view the page and see for your self.

    If anyone can give me a solution to speeding up the load times of the thumbnails then i would be very gratefull.

    Thanks in advance.

    Ryan

  2. #2
    Join Date
    Sep 2004
    Posts
    19
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Thanks to eveyone for their valuable advice, however i have rectified the matter myself

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Aradon
    If anyone can give me a solution to speeding up the load times of the thumbnails then i would be very gratefull.
    Unless you're willing to buy broadband for all of your visitors you can't. You might be able to squeeze a kilobyte or two (maybe even several ) by compressing your images, but there's little to be done beyond that.

    Please be aware that "preloading" doesn't mean "load faster"; it means "load before needed". The idea is that by the time the image is wanted, it's already in the browser cache.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •