35 lines
402 B
Handlebars
35 lines
402 B
Handlebars
---
|
|
title: Options
|
|
subTitle: API
|
|
nav: docs
|
|
description: Owl Carousel Documentation
|
|
|
|
sort: 1
|
|
tags:
|
|
- API
|
|
---
|
|
|
|
{{#markdown }}
|
|
|
|
## Options
|
|
|
|
> List including all options from built-in plugins video, lazyload, autoheight and animate.
|
|
|
|
{{#each options}}
|
|
#### {{name}}
|
|
|
|
Type: `{{type}}`<br />
|
|
Default: `{{Default}}`
|
|
|
|
{{desc}}
|
|
|
|
------
|
|
{{/each}}
|
|
|
|
### Next Step
|
|
|
|
####[Classes](api-classes.html)
|
|
|
|
{{/markdown }}
|
|
|