If all of your images are larger than the default loading image (54 x 55) that comes with the slide show and you have placed it in the same folder as your page, you may use it in overriding style in the head of the page like so:
Code:
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background-image: url(loading.gif)!important;
background-position: center!important;
background-repeat: no-repeat!important;
}
</style>
where fadeshow1 is the wrapperid for that slide show.
That way unless or until the slide images show up, it will be seen. Otherwise, the images in your show will cover it.
Bookmarks