Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 832 Bytes

README.mdown

File metadata and controls

34 lines (20 loc) · 832 Bytes

jquery-backgrounder plugin

by Nico Di Rocco

Information

A simple jquery plugin based on Scott Robin's jQuery Backstretch plugin. Create a window filling slideshow in the background with multiple images. Resizes images and maintains aspect ratio

Just one line of code

Download the code from github

Check the example here

Usage

$.backgrounder([
	"http://farm1.static.flickr.com/133/333784956_56749ca56c_b.jpg",
	"http://farm1.static.flickr.com/141/333785078_72166a0c09_z.jpg?zz=1",
	"http://farm1.static.flickr.com/147/333004440_f3889a07dc_z.jpg?zz=1"
]);