responsive youtube Player
responsive youtube Player
HTML
<div style="text-align: center;
background-color: black;
color: white; padding:20px;">
<h1> Responsive YouTube player</h1>
<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.25%;">
<iframe
style="border: 1; top: 0; left: 0; width: 100%; height: 100%; position: absolute;"
src="https://www.youtube-nocookie.com/embed/0eKVizvYSUQ"
autoplay="1"
allow="encrypted-media; accelerometer;
gyroscope; picture-in-picture">
</iframe>
</div>
</div>