Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsroge committed Mar 26, 2015
1 parent 8f23f1f commit a8792ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,16 @@ Class that will be used on the thumbnail item's
```javascript
$(document).ready(function(){
$('.owl-carousel').owlCarousel({
// Enable thumbnails
thumbs: true,

// When using only images in your slide (like the [demo](http://gijsroge.github.io/owl-carousel2-thumbs)) use this option to dynamicly create thumbnails without using the attribute data-thumb.
thumbImage: false,

//Class that will be used on the thumbnail container
thumbContainerClass: 'owl-thumbs',

//Class that will be used on the thumbnail item's
thumbItemClass: 'owl-thumb-item'
});
});
Expand Down

0 comments on commit a8792ea

Please sign in to comment.