--- title: Caption Demo subTitle: Captions nav: demos description: Slider with Captions sort: 6 tags: - demo --- {{#markdown }} #### Captions {{/markdown }}
{{#markdown }} ### Overview Basic demo that shows how to display captions with bxSlider. Captions are pulled from the title attribute of the image for the slide. Add center to setup: ``` captions: true ``` ### Setup ``` $('.bxslider').bxSlider({ captions: true }); ``` {{/markdown }}