mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
$(document).ready(function(){
|
|
$(".owl-carousel").owlCarousel({
|
|
loop: true,
|
|
nav: true,
|
|
margin: 10,
|
|
items: 1,
|
|
autoHeight: true
|
|
});
|
|
});
|