hugo-theme-introduction/assets/js/initOwlCarousel.js

10 lines
167 B
JavaScript
Raw Normal View History

2018-07-19 13:33:29 +00:00
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
loop: true,
nav: true,
margin: 10,
items: 1,
autoHeight: true
});
});