Vertical slideshow
JS:
$('.bxslider').bxSlider({
mode: 'vertical',
slideMargin: 5
});
HTML:
<div class="bxslider">
<div><img src="http://placehold.it/900x200&text=Slide 1" /></div>
<div><img src="http://placehold.it/900x200&text=Slide 2" /></div>
<div><img src="http://placehold.it/900x200&text=Slide 3" /></div>
</div>
Examples
- Image gallery with captions
- Auto show with start / stop controls
- Manual show without infinite loop
- Slidehow using adaptiveHeight
- Carousels demystified - in depth explanation with examples
- Carousel - static number of slides showing
- Carousel - dynamic number of slides showing
- Thumbnail pager - method 1
- Thumbnail pager - method 2
- Vertical slideshow
- Custom next / prev control selectors
- Multiple slideshows
- Callback API
- Public methods
- Ticker