how to make youtube videoe for blogger
open blogger dasboard:>Theme menue>Edite html> css code before the </head>
<style type='text/css'> /* Asif Kamboh - www.asifkamboh.com */ .iframeWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;} .iframeWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;} </style>
save this code
Then go to post where you want to see youtube video .
past dwon code:
<div class='iframeWrapper'> <iframe width="640" height="360" src="//www.youtube.com/embed/uZV9T37JEbc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div>
ok done .
replecs id: just ok thank yuou.
