$.slideshow("container", {
wait:5000, // time in ms between swap
first: 0, // which item to show first
random: false, // if true, disregard 'first', show random item first
// TODO: Effects, fade, fadetime
});
make container relative pos, get all first level children, determine their heights, set height of container to max height, position absolute each child item top left, for each set z-index increment by 1,
$.slideshow("container", { wait:5000, // time in ms between swap first: 0, // which item to show first random: false, // if true, disregard 'first', show random item first // TODO: Effects, fade, fadetime }); make container relative pos, get all first level children, determine their heights, set height of container to max height, position absolute each child item top left, for each set z-index increment by 1,