All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ide-preview.css.fluid-media.css Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
.fluidMedia {
	position: relative;
	/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	padding-bottom: 56.25%; 
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.fluidMedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy