Before we are embedding youtube video easily with no relative video option but now that is not possible for us to d like that. now we need to find other why to hide relative video of youtube. Before September 2018, a user are able to disable related videos on YouTube embeds by simply adding ?rel=0 […]
Create responsive Youtube video using Divi theme/builder responsive video module
You are looking to youtube responsive video then you no need to worries if you are using Divi theme or Divi builder Just add below PHP script condition on located file and enjoy File Location : Divi\includes\builder\module\Video.php Line No: 172 Code : $video_src = ”; //Added By 9Code Start if(strpos(esc_url( $args[‘src’] ) , “youtube”)!==false){ $video_src […]