Created
March 3, 2018 04:08
Video Background Pro Methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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