Skip to content

Instantly share code, notes, and snippets.

@keeganbrown
Created August 28, 2015 21:09
Show Gist options
  • Save keeganbrown/a8b41c12b2723616c0c5 to your computer and use it in GitHub Desktop.
Save keeganbrown/a8b41c12b2723616c0c5 to your computer and use it in GitHub Desktop.
$(document).on('cbox_complete', function(){
if ( $('#colorbox').find('video').length > 0 ) {
$('#colorbox').find('video')[0].play();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment