All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.docs_src.templates.pages.demos.rtl.hbs Maven / Gradle / Ivy

Go to download

Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.

The newest version!
---
title: RTL Demo
subTitle: Right To Left
nav: demos
description: RTL usage demo
sort: 9

tags: 
- demo
- core
---



{{#markdown }}
### Overview

By adding `rtl:true` Owl will change direction from Right to left.

Default:
```
rtl: false
```

### Setup
```
$('.owl-carousel').owlCarousel({
	rtl:true,
	loop:true,
	margin:10,
	nav:true,
	responsive:{
		0:{
			items:1
		},
		600:{
			items:3
		},
		1000:{
			items:5
		}
	}
})
```
### html
```

```

{{/markdown }} 





© 2015 - 2024 Weber Informatics LLC | Privacy Policy