Jump to content

Bxslider bestsellers not display all


Serial

Recommended Posts

Hi,

On my homepage, the slider of best sellers display just 4 slides... Why ?

 

This is my bxslider param :

$(document).ready(function() {
	if (!!$.prototype.bxSlider)
		$('.bxslider-bestsellers').bxSlider({
			minSlides: 1,
			maxSlides: 15,
			slideWidth: 270,
			slideMargin: 22,
			pager: false,
			controls: true,
			nextText: 'Next',
			prevText: 'Prev',
			moveSlides:2,
			infiniteLoop:true,
			hideControlOnEnd: false,
			auto: true
		});
});

 

Any ideas ?

Edited by Serial (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...