Advertisement
srikat

Untitled

Mar 18th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(function( $ ){
  2.  
  3.     var videobackground = new $.backgroundVideo($('.bg-video'), {
  4.       "align": "centerXY",
  5.       "width": 1280,
  6.       "height": 720,
  7.       "path": "http://genesis.dev/wp-content/themes/genesis-sample/media/video/",
  8.       "filename": "cloud",
  9.       "types": ["mp4","ogg","webm"],
  10.       "loop": false
  11.     });
  12.  
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement