Slidehow using adaptiveHeight
JS:
      $('.bxslider').bxSlider({
  adaptiveHeight: true,
  slideWidth: 600
});
HTML:
      <div class="bxslider">
  <div><img src="https://picsum.photos/600/300" /></div>
  <div><img src="https://picsum.photos/600/400" /></div>
  <div><img src="https://picsum.photos/600/350" /></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