hugo-theme-introduction/docs/js/initOwlCarousel.min.js
Vicky 2f8e809667 Add docs/ for demo site
- Serve demo site from theme repo instead of separate repo
2018-09-16 11:54:03 +09:00

1 line
No EOL
119 B
JavaScript

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