--- title: Manual W/O Infinite Loop subTitle: Manual nav: demos description: Manual W/O Infinite Loop sort: 4 tags: - demo ---
{{#markdown }} ### Overview This demo uses `infiniteLoop: false` and `hideControlOnEnd: true` to create a manual style that automatically hides controls when at the beginning and end of the slide show. ### Setup ``` $('.bxslider').bxSlider({ infiniteLoop: false, hideControlOnEnd: true }); ``` ### html ``` ``` {{/markdown }}