Javascript Image Slider > Posts >

 

imageSlider caption bar

arnolfo
one year ago
Viewed: 1817
4
Useful
Excellent image slider. Was wondering if there is a way to change the transparency setting on the captions. Just needed a little tweak.

Thanks.

a


one year ago
milo   Edit
4

Yes. Open the javascript file with a notepad, and you will see the captionOpacity option:

var sliderOptions=
{
sliderId: "slider",
effect: "series1",
effectRandom: false,
pauseTime: 2500,
transitionTime: 1200,
slices: 12,
boxes: 8,
hoverPause: true,
autoAdvance: true,
captionOpacity: 0.3,
captionEffect: "fade",
thumbnailsWrapperId: "thumbs",
license: "free"
};

Just tweak it to your desired value between 0 and 1. The smaller the value, the more transparent the caption is.


New Answer