Not required.
By specifying the width and height in the on page call:
Code:
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypi . . .
You are giving the browser all it needs as far as speed in laying out the page. These are the dimensions that will be reserved for the slideshow. As for the individual images, the script preloads them. So the browser knows their dimensions before it needs to render them.
Is your page very slow?
Bookmarks