Advertisement
TangibleDesign

Untitled

Jul 7th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     carousel.owlCarousel({
  2.         rtl: $('html').attr('dir') === 'rtl',
  3.         loop: true,
  4.         margin: 12,
  5.         dots: dots,
  6.         autoplay: autoPlay,
  7.         nav: nav,
  8.         navText: [
  9.             '<i class="fa fa-angle-left" aria-hidden="true"></i>',
  10.             '<i class="fa fa-angle-right" aria-hidden="true"></i>'
  11.         ],
  12.         autoplayTimeout: 4000,
  13.         autoplayHoverPause: true,
  14.         responsive: responsive
  15.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement