Vegas is a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements.
fork from : https://github.com/jaysalvat/vegas.git
|
12 năm trước cách đây | |
---|---|---|
dist | 12 năm trước cách đây | |
node_modules | 12 năm trước cách đây | |
src | 12 năm trước cách đây | |
CHANGELOG.md | 12 năm trước cách đây | |
LICENSE-MIT | 12 năm trước cách đây | |
README.md | 12 năm trước cách đây | |
component.json | 12 năm trước cách đây | |
gruntfile.js | 12 năm trước cách đây | |
package.json | 12 năm trước cách đây |
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');
}
http://vegas.jaysalvat.com/demo/
http://vegas.jaysalvat.com/documentation/
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.