🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Brazzers Carousel is a simple, ultra-light (~1kb) jQuery carousel plugin which allows you to display and navigate through a group of images by moving cursor around.

Carousel

Documentation

jQuery Brazzers Carousel

Lightweight, responsive thumbnails hover carousel plugin for Blogs & Online Stores

Demo: http://agragregra.github.io/Brazzers-Carousel/#intro

How To Use Plugin

  1. Plug in CSS: <link rel="stylesheet" href="css/jQuery.Brazzers-Carousel.min.css">

  2. Plug in jQuery: <script href="js/jQuery.js"></script>

  3. Plug in Brazzers Carousel JS: <script href="js/jQuery.Brazzers-Carousel.min.js"></script>

  4. Add HTML Markup with images of the same proportions:
<span class="thumb-item"> 	<img src="img/image-1.jpg" alt="Alt"> 	<img src="img/image-2.jpg" alt="Alt"> 	<img src="img/image-3.jpg" alt="Alt"> </span>

  1. Start the plug-in:
$(".thumb-item").brazzersCarousel(); 

Or install NPM: npm i brazzers-carousel.

Download Plugin: https://github.com/agragregra/Brazzers-Carousel-Repo/archive/master.zip


You May Also Like