first
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
$(document).ready(function() {
|
||||
setTimeout(function(){
|
||||
$('.carousel-nav').owlCarousel({
|
||||
items:1,
|
||||
loop:true,
|
||||
autoplay:true,
|
||||
nav:true
|
||||
});
|
||||
|
||||
|
||||
$('.carousel-dot').owlCarousel({
|
||||
items:1,
|
||||
loop:true,
|
||||
autoplay:true,
|
||||
nav:false
|
||||
});
|
||||
|
||||
},350);
|
||||
});
|
||||
Reference in New Issue
Block a user