hugo-theme-introduction/docs/js/initOwlCarousel.min.js

1 line
119 B
JavaScript
Raw Normal View History

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