--- title: Adaptive Height subTitle: AdaptiveHeight description: Adaptive Height demo sort: 8 tags: - demo ---
{{#markdown }} ### Overview Adaptive Height adjusts the height of the slider based on the height of the contained slide. ### Setup ``` $('.bxslider').bxSlider({ adaptiveHeight: true, mode: 'fade' }); ``` ### HTML ```
``` {{/markdown }}