/GA-Carousel

A Simple HTML,CSS,JS carousel implementation based on owl carousel.

Primary LanguageJavaScript

GA-Carousel

Image Carousel built using owl carousel. GA-Carousel is highly customisable and can be used for any purpose. GA-Carousel screenshot

To add nav lines remove ".carousel-class .owl-dots{ display: none;}" from style.css and add:

" .carousel-class .owl-dots{ width: 100%; float: left; text-align: center;}

.carousel-class .owl-dots .owl-dot{ width: 16px; height: 3px; display: inline-block; background: #ccc; margin: 0 2px;}

.carousel-class .owl-dots .owl-dot.active{width: 36px; background: #000;} "

GA-Carousel screenshot