Skip to content

Instantly share code, notes, and snippets.

@EfremovMS
Last active February 14, 2017 19:32
Show Gist options
  • Save EfremovMS/0c4d8b65b0ed36ccfe9f43161f543a45 to your computer and use it in GitHub Desktop.
Save EfremovMS/0c4d8b65b0ed36ccfe9f43161f543a45 to your computer and use it in GitHub Desktop.
JS owl carousel
$(function () {
// слайдер изображений
// - [all]
var owlImages = $('.js-Images');
owlImages.owlCarousel({
items: 4,
loop: true,
smartSpeed: 900,
slideBy: 1,
nav: true,
navText: [
'',
''
],
dots: false,
autoplay: false,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment