Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/modules/mod_consultants/js/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/modules/mod_consultants/js/main.js

jQuery(document).ready(function($){
    $('.owl-carousel').owlCarousel({
        center: false,
        loop: true,
        margin:10,
        nav:true,
        autoplay:true,
        autoplayTimeout:2500,
        autoplayHoverPause:true,
        responsive:{
            0:{
                items:1
            },
            600:{
                items:2
            },
            1000:{
                items:4
            }
        }
    });


});