ricardozea
3/3/2014 - 4:17 PM

Sass snippet: Responsive Videos

Sass snippet: Responsive Videos

//Embeded Videos
//http://embedresponsively.com/
//http://mobile.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/
.embed-container { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; max-width:100%; height:auto;
	iframe,	object,	embed { position:absolute; top:0; left:0; width:100%; height:100%; }
}