youtbe player full screen

by Daniel Hall

HTML

<iframe src="https://www.youtube.com/embed/pxc93Lt5o" style="podition: absolute;
width: 100%;
">
</iframe>

CSS

iframe {
	    position: absolute;
	    height: 100%;
}