Skip to content

Instantly share code, notes, and snippets.

@blakewilson
Created March 3, 2018 04:08
Show Gist options
  • Save blakewilson/3f891f6d5e3812849a0f2667e10b09b9 to your computer and use it in GitHub Desktop.
Save blakewilson/3f891f6d5e3812849a0f2667e10b09b9 to your computer and use it in GitHub Desktop.
Video Background Pro Methods
// Play the video background
$( '#container' ).data( 'vidbgpro' ).playVidbg();
// Pause the video background
$( '#container' ).data( 'vidbgpro' ).pauseVidbg();
// Mute the video background
$( '#container' ).data( 'vidbgpro' ).muteVidbg();
// UnMute the video background
$( '#container' ).data( 'vidbgpro' ).unMuteVidbg();
// Resize the video background
$( '#container' ).data( 'vidbgpro' ).resizeVidbg();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment