Reputation: 79
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.
$('.slider5').bxSlider({
minSlides: 2,
maxSlides: 2,
slideWidth: 360,
slideMargin: 10
});
Upvotes: 0
Views: 896
Reputation: 2011
Looks like your missing the jquery.bxslider.css file, or forgot to include your CSS in your stylesheet.
Upvotes: 1