Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Last active October 5, 2017 10:53
Show Gist options
  • Save ihorduchenko/181222e7525c2264a40a6c1718936b93 to your computer and use it in GitHub Desktop.
Save ihorduchenko/181222e7525c2264a40a6c1718936b93 to your computer and use it in GitHub Desktop.
Infinite loop Continiously sliding image gallery using BX slider
$('.your-block').bxSlider({
minSlides: 1,
maxSlides: 10,
slideWidth: 150,
slideMargin: 60,
ticker: true,
speed: 6000
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment