Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

allInOne.js 490B

123456789101112131415161718192021222324
  1. $('.owl-carousel').owlCarousel({
  2. rtl:true,
  3. loop:true,
  4. margin:200,
  5. nav:true,
  6. URLhashListener:true,
  7. autoplayHoverPause:true,
  8. responsiveClass:true,
  9. responsive:{
  10. 0:{
  11. items:1,
  12. nav:true
  13. },
  14. 600:{
  15. items:3,
  16. nav:false
  17. },
  18. 1000:{
  19. items:5,
  20. nav:true,
  21. loop:false
  22. }
  23. }
  24. })