Demo: http://agragregra.github.io/Brazzers-Carousel/#intro
- 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();
Or install NPM:
npm i brazzers-carousel
.
Download Plugin: https://github.com/agragregra/Brazzers-Carousel-Repo/archive/master.zip