Results 1 to 2 of 2

Thread: How do I auto load the first image with Image Thumbnail Viewer II

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I auto load the first image with Image Thumbnail Viewer II

    1) Script Title: Image Thumbnail Viewer II

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

    3) Describe problem: I would like to make it so when the page is loaded..There is an image already in the "Display Div" I don't want just a couple thumbnails and a big blank page...Its a bit confusing for someone if they think something else is supposed to load. Does anyone know how I can have a certain image autoload? see below for example of what I have. Thanks!!!

    http://s278616331.onlinehome.us/other%20sites/jpf/

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

    Default

    The easiest way is actually just to manually add the image you wish to be shown by default iinside the thumbnail image container, for example:

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

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
  •