Welcome to mirror list, hosted at ThFree Co, Russian Federation.

initowlcarousel.js_d3f53f09220d597dac26fe7840c31fc9.content « js « js « assets « _gen « resources « exampleSite - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2678d3f53b4beb1df9998e2fc858a5ed86db8595 (plain)
1
$(document).ready(function(){$(".owl-carousel").owlCarousel({loop:true,nav:true,margin:10,items:1,autoHeight:true});});