TangibleDesign

Untitled

Jul 7th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. if (carousel.hasClass("mh-clients")) {
  2. carousel.owlCarousel({
  3. rtl: $('html').attr('dir') === 'rtl',
  4. loop: true,
  5. margin: 12,
  6. dots: dots,
  7. autoplay: autoPlay,
  8. nav: nav,
  9. navText: [
  10. '<i class="fa fa-angle-left" aria-hidden="true"></i>',
  11. '<i class="fa fa-angle-right" aria-hidden="true"></i>'
  12. ],
  13. autoplayTimeout: 1000,
  14. autoplayHoverPause: true,
  15. responsive: responsive
  16. });
  17. } else {
  18. carousel.owlCarousel({
  19. rtl: $('html').attr('dir') === 'rtl',
  20. loop: true,
  21. margin: 12,
  22. dots: dots,
  23. autoplay: autoPlay,
  24. nav: nav,
  25. navText: [
  26. '<i class="fa fa-angle-left" aria-hidden="true"></i>',
  27. '<i class="fa fa-angle-right" aria-hidden="true"></i>'
  28. ],
  29. autoplayTimeout: 4000,
  30. autoplayHoverPause: true,
  31. responsive: responsive
  32. });
  33. }
Add Comment
Please, Sign In to add comment