Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. cover_slider: function() {
  2.  
  3. $(".typology-cover-slider").owlCarousel({
  4. rtl: typology_js_settings.rtl_mode ? true : false,
  5. loop: true,
  6. autoHeight: true,
  7. autoWidth: false,
  8. items: 1,
  9. margin: 0,
  10. nav: true,
  11. center: false,
  12. fluidSpeed: 100,
  13. navText: ['<i class="fa fa-chevron-left"></i>', '<i class="fa fa-chevron-right"></i>'],
  14. autoplay: (typology_js_settings.slider_autoplay > 0) ? true : false,
  15. autoplayTimeout: typology_js_settings.slider_autoplay,
  16. autoplaySpeed: 400,
  17. navSpeed: 400,
  18. responsive: {
  19. 0: {
  20. autoHeight: false
  21. },
  22. 1000: {
  23. autoHeight: true
  24. }
  25. }
  26. });
  27.  
  28. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement