Owl Carousel v1.3.2 with Vertical Slide Animation

I am using Owl Carousel v1.3.2 in my code base. This is a terrific carousel plugin with a fully responsive interface. But recently, we have received one requirement in which we want the contents of the slider to move vertically upward/downward . I checked the documentation as well as the plugin code, but did not find the settings for this.

I searched through SO and came across the following question How to use an owl carousel vertically? but even this does not solve my problem.

Has anyone written any custom code to achieve this functionality? It is not possible to add another carousel library just for this vertical slide animation.

+6
source share
1 answer

This is some kind of work. Use transform: rotate(90deg) in the .owl-carousel or container class and rotate 270 transform: rotate(270deg) by elements. You must solve the problems with the fields yourself, but at least the display and animation look fine.

+2
source

All Articles