13 lines
184 B
JavaScript
13 lines
184 B
JavaScript
$(document).ready(function() {
|
|
|
|
|
|
// Owl carousel
|
|
$("#owl-example").owlCarousel(
|
|
{
|
|
items :1,
|
|
autoPlay : true,
|
|
pagination : false,
|
|
});
|
|
|
|
});
|