Vegas is a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements.
fork from : https://github.com/jaysalvat/vegas.git

Jay Salvat 1363cf2643 1.3.2 преди 12 години
dist 1363cf2643 1.3.2 преди 12 години
node_modules 6094fb6202 New project structure преди 12 години
src 6094fb6202 New project structure преди 12 години
CHANGELOG.md 4bbd847f39 Update Changelog преди 12 години
LICENSE-MIT 6094fb6202 New project structure преди 12 години
README.md 6094fb6202 New project structure преди 12 години
component.json 1363cf2643 1.3.2 преди 12 години
gruntfile.js 6094fb6202 New project structure преди 12 години
package.json 1363cf2643 1.3.2 преди 12 години

README.md

Vegas – Fullscreen Backgrounds and Slideshows with jQuery.

Vegas is a jQuery plugin to add beautiful fullscreen backgrounds to your webpages. You can even create amazing Slideshows.

$(function() {
    $.vegas('/img/background.jpg')('overlay');
}

Official website

http://vegas.jaysalvat.com/

Real life demo

http://vegas.jaysalvat.com/demo/

Documentation

http://vegas.jaysalvat.com/documentation/

Contributing

Please don't edit files in the dist subdirectory as they are generated via Grunt. You'll find source code in the src subdirectory! Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.