Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $('.carousel-services').owlCarousel({
  2. loop: true,
  3. nav: true,
  4. smartSpeed: 700,
  5. navText: ['<i class="fa fa-angle-double-left"></i>', '<i class="fa fa-angle-double-right"></i>'],
  6. responsiveClass: true,
  7. dots: false,
  8. responsive: {
  9. 0: {
  10. items: 1
  11. },
  12. 800: {
  13. items: 2
  14. },
  15. 1100: {
  16. items: 3
  17. }
  18. }
  19.  
  20. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement