🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Makes use of jQuery, modernizr.js and CSS/CSS3 to create a responsive, full-width and infinite-looping content slider (carousel) on your web page/application.

Carousel Content-slider

Documentation

jQuery Infinity Carousel

Boilerplate for creating a full-width repeatable slideshow.

Demo

Codepen

TODO

  • Make it a plugin

Dependencies

Usage

Instantiate the carousel with the following:

$(function(){     $('.infinity-carousel').each(function() {         infinityCarousel.apply( this );     }); });

This type of slideshow is only practical for slideshows that have enough slides to warrant repeating.

Required files

css/infinityCarousel.css` js/infinityCarousel.js` index.html 

Recommended files

The sass file scss/infinityCarousel.scss contains variables for easier style configuration.


You May Also Like