/jquery.backgrounder

A jquery plugin for creating a fading slideshow with full screen resizable background images

Primary LanguageJavaScript

jquery.backgrounder plugin

Information

A simple jquery plugin based on Nico Di Rocco's jQuery jquery.backgrounder plugin.

Usage

.image-1 {
  background: url("img/paris.jpg");
}

.image-2 {
  background: url("img/eiffel.jpg");
}
var cssClasses = ["image-1", "image-2"]
$('.container').backgrounder(cssClasses);

Copyright

Based on the great work of Nico Di Rocco.