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
- Plug in CSS:
<link rel="stylesheet" href="css/jQuery.Brazzers-Carousel.min.css">
- Plug in jQuery:
<script href="js/jQuery.js"></script>
- Plug in Brazzers Carousel JS:
<script href="js/jQuery.Brazzers-Carousel.min.js"></script>
- 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>
- Start the plug-in:
$(".thumb-item").brazzersCarousel();
Download Plugin: https://github.com/agragregra/Brazzers-Carousel-Repo/archive/master.zip