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

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

Go to download

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

The newest version!
---
title: Center Demo
subTitle: Center
nav: demos
description: Center carousel
sort: 3

tags: 
- demo
- core
---
{{#markdown }}
#### Center with loop
{{/markdown }}




{{#markdown }} #### Center without loop {{/markdown }} {{#markdown }} ### Overview > Works well with odd and even items on screen. Keep in mind that dots are not working here like a pagination. Add center to setup: ``` center:true ``` ### Setup ``` $('.loop').owlCarousel({ center: true, items:2, loop:true, margin:10, responsive:{ 600:{ items:4 } } }); $('.nonloop').owlCarousel({ center: true, items:2, loop:false, margin:10, responsive:{ 600:{ items:4 } } }); ``` {{/markdown }}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy