policybot/bassets/owl-carousel/owl_data.js

15 lines
334 B
JavaScript
Raw Normal View History

2021-11-30 10:56:55 +00:00
$(document).ready(function() {
$("#owl-demo").owlCarousel({
autoPlay: 3000,
navigation: true,
slideSpeed: 300,
paginationSpeed: 400,
singleItem: true
});
$("#owl-demo2").owlCarousel({
autoPlay: 3000,
items: 4,
itemsDesktop: [1199, 3],
itemsDesktopSmall: [979, 3]
});
});