Skip to content

agragregra/Brazzers-Carousel-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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