Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(function( $ ){
- var videobackground = new $.backgroundVideo($('.bg-video'), {
- "align": "centerXY",
- "width": 1280,
- "height": 720,
- "path": "http://genesis.dev/wp-content/themes/genesis-sample/media/video/",
- "filename": "cloud",
- "types": ["mp4","ogg","webm"],
- "loop": false
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement