Results 1 to 3 of 3

Thread: thumbnailviewer2.js starting with first image

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thumbnailviewer2.js starting with first image

    1) Script Title: thumbnailviewer2.js

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex4/thumbnail2.htm

    3) Describe problem: I would like to have the thumnail viewer started with the first image defined.

    in other words. If I load the page with the thumbnailviewer I would like to have an image in the loadarea DIV already. So I don't have to mouseover any thumbnail first. Is that possible?

    Thank,
    Frank

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You can simply manually add the desired image to show inside the load area DIV:

    Code:
    <div id="loadarea" style="width: 600px"><img src="firstimage.gif" /></div>
    DD Admin

  3. #3
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, it works. I was afraid there should be a problem because I use portrait and landscape pictures in one serie.

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
  •