hugo-theme-introduction/assets/js/initOwlCarousel.js
2018-07-19 15:33:29 +02:00

9 lines
167 B
JavaScript

$(document).ready(function(){
$(".owl-carousel").owlCarousel({
loop: true,
nav: true,
margin: 10,
items: 1,
autoHeight: true
});
});