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 be3906f421 Build 1.3.3 %!s(int64=11) %!d(string=hai) anos
dist be3906f421 Build 1.3.3 %!s(int64=11) %!d(string=hai) anos
node_modules 6094fb6202 New project structure %!s(int64=12) %!d(string=hai) anos
src 79fdefe57b Get the real Viewport size. %!s(int64=11) %!d(string=hai) anos
CHANGELOG.md a32ad26976 Update Changelog %!s(int64=11) %!d(string=hai) anos
LICENSE-MIT 6094fb6202 New project structure %!s(int64=12) %!d(string=hai) anos
README.md 6094fb6202 New project structure %!s(int64=12) %!d(string=hai) anos
component.json be3906f421 Build 1.3.3 %!s(int64=11) %!d(string=hai) anos
gruntfile.js 57ecaa07de Fix the zipfile when release %!s(int64=12) %!d(string=hai) anos
package.json be3906f421 Build 1.3.3 %!s(int64=11) %!d(string=hai) anos

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.