jQuery:
$(function(){
$('#slider1').bxSlider({
mode: 'fade',
captions: true,
auto: true,
controls: false
});
});Note: captions are created from the image element's title attribute
$(function(){
$('#slider1').bxSlider({
mode: 'fade',
captions: true,
auto: true,
controls: false
});
});Note: captions are created from the image element's title attribute