Tony K
Tony K

Reputation: 79

BX Slider not showing all slides

Upgraded to latest version of BX slider and I cannot get multiple slides to show.

Like Example #1 http://bxslider.com/examples/carousel-demystified

The site I'm working on only displays one and I cannot for the life of me figure it out.

http://www.etinteractive.com

$('.slider5').bxSlider({
  minSlides: 2,
  maxSlides: 2,
  slideWidth: 360,
  slideMargin: 10
});

Upvotes: 0

Views: 896

Answers (1)

Xarcell
Xarcell

Reputation: 2011

Looks like your missing the jquery.bxslider.css file, or forgot to include your CSS in your stylesheet.

Upvotes: 1

Related Questions