jQuery.GI.Carousel.js

Simple Demo


$('.demo1').GICarousel({
  arrows:true
});

Advanced Demo

  • ;) HTML content

    1. I am a list
    2. I am a list
    3. I am a list
    4. I am a list

$('.demo2').GICarousel({
  arrows:true,
  pagination:true,
  keyboardNavigation:true
});

Options Available