jQuery Owl Slide

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

Defaults

Plugin default settings

$("#owl-example").owlCarousel({

    //Basic Speeds
    slideSpeed : 200,
    paginationSpeed : 800,

    //Autoplay
    autoPlay : false,
    goToFirst : true,
    goToFirstSpeed : 1000,

    // Navigation
    navigation : false,
    navigationText : ["prev","next"],
    pagination : true,
    paginationNumbers: true,
   
    // CSS Styles
    baseClass : "owl-slide",
    theme : "owl-theme"

})