Full steps to embed your youtube video in your Blogger or WordPress
Use the free tool for the same👇
Step 4 ( YouTube title )
Step 5 (Video URL)
After getting the code you also have to insert a css code to your blog that is given below just copy
/*YouTube Video Responsive start*/
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
/*YouTube Video Responsive end*/