views:

21

answers:

1

I would like to change the colour/image that the Ultimate Fade-in Slideshow fades in from once the images have loaded, currently it is black or another dark colour or an image.

See here: link text

Before the first image shows the box is black/dark and then the first image fades in, how do I change this?

Thanks

+1  A: 

There's no option for setting the initial background colour. It's pretty easy to change yourself though. Line 54:

css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'black'})

Change black to whatever you want.

Andy
Excellent, thanks. I was searching for #FFFFFF in the code to no avail!
Anthony