Hide youtube logo in Control Bar and loop video
-
Hi dear
I placed the following code in function.php file of theme to loop the video, to hide youtube logo in control bar and make progress bar white only color of progress bar changed to white and nothing happened:function my_custom_oembed_args( $args ) {
$args[‘loop’] = 1; // add parameter to loop video
$args[‘color’] = white;
$args[‘modestbranding’] = 1;
return $args;
}add_filter( ‘tube_vc_filter_oembed_args’, ‘my_custom_oembed_args’, 10, 1 );
waiting for your reply
regardsThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide youtube logo in Control Bar and loop video’ is closed to new replies.