' +
control_html +
overlay_html +
'
'
);
}
/* seprators here */
ult_vc_seperators( temp_selector, selector );
temp_selector.remove();
if ( option == 'youtube' ) {
vdo = vdo.substring(
vdo.indexOf( 'watch?v=' ) + 8,
vdo.indexOf( 'watch?v=' ) + 19
);
var content = selector.find( '.upb_video-bg' );
if ( loop == 'loop' ) loop = true;
if ( muted == 'muted' ) muted = true;
content.attr( 'data-vdo', vdo );
content.attr( 'data-loop', loop );
content.attr( 'data-poster', poster );
content.attr( 'data-muted', muted );
content.attr( 'data-start', start );
content.attr( 'data-stop', stop );
if ( viewport_vdo === true ) {
content.addClass( 'enable-on-viewport' );
content.addClass( 'youtube-video' );
vc_viewport_video();
}
} else if ( option == 'vimeo' ) {
vdo = vdo.substring(
vdo.indexOf( 'vimeo.com/' ) + 10,
vdo.indexOf( 'vimeo.com/' ) + 18
);
var content = selector.find( '.upb_video-bg' );
content.html(
'