tejis / owl2rows

Plugin for OwlCarousel 2 adds the ability to place elements in rows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owl2rows

Plugin for OwlCarousel 2 adds the ability to place elements in rows

Two Rows With Owl Carousel:
Usage Notes
Run owl2row plugin BEFORE initializing owl carousel
Plugin defaults to requiring each slide wrapper to have the class 'item'
Turn on with 'owl2row: true' like this -

$(".owl-carousel").owlCarousel({
loop: true,
autoplay: true,
owl2row: true
});

About

Plugin for OwlCarousel 2 adds the ability to place elements in rows

License:MIT License


Languages

Language:JavaScript 100.0%