brazzers-carousel

1.0.1 • Public • Published

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();

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i brazzers-carousel

    Weekly Downloads

    84

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • agragregra