Skip to content

Instantly share code, notes, and snippets.

@blakewilson
Created March 3, 2018 04:08
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