Skip to content

Commit

Permalink
fixes #521 Carousels (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealharshit authored Nov 9, 2024
1 parent d09974a commit bfcb246
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
$(".loader").fadeOut("slow");
})
</script>
<script>
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
paginationSpeed : 500, singleItem:true, autoPlay: 3000,
});
});
</script>
</head>
<body {{ page.bodyExt }}>

Expand Down

0 comments on commit bfcb246

Please sign in to comment.