| Server IP : 94.136.191.34 / Your IP : 216.73.216.25 Web Server : Apache System : Linux hostpanel.netbiz.in 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 User : omkar.com_6nnuz6y629h ( 10087) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/omkar.com/httpdocs/assets/js/ |
Upload File : |
$(document).ready(function(){
$('#omkar-life-carousel').owlCarousel({
nav:false,
dots: true,
margin: 30,
animateOut: 'fadeOut',
responsiveClass: true,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
768: {
items: 3
}
}
});
$('#testimonial-carousel').owlCarousel({
nav:false,
dots: true,
autoplay: false,
singleitem: true,
Horizontal: true,
autoHeight: true,
autoHeightClass: 'owl-height',
animateOut: 'fadeOut',
responsiveClass: true,
responsive: {
0: {
items: 1
},
768: {
items: 2
}
}
});
$('#employee-speak-carousel').owlCarousel({
items: 1,
slideBy: 2,
// animateOut: 'fadeOut',
responsive: true,
responsiveClass:{
0: {
nav:false,
dots: true,
},
767: {
nav:true,
dots: false,
},
},
});
})