js-flex-embed
Version:
jQuery Plugin for responsive intrinsic ratio embeds
1 lines • 592 B
CSS
.o-flex-embed{position:relative;display:block;overflow:hidden}.o-flex-embed__ratio{content:"";display:block;width:100%;padding-bottom:100%}.o-flex-embed__content,.o-flex-embed__content>embed,.o-flex-embed__content>iframe,.o-flex-embed__content>object{position:absolute;top:0;bottom:0;left:0;height:100%;width:100%}.o-flex-embed__crop-item{position:absolute;left:-10000px;top:-10000px;bottom:-10000px;right:-10000px;margin:auto;width:100%;height:auto}.o-flex-embed__ratio--2\:1{padding-bottom:50%}.o-flex-embed__ratio--4\:3{padding-bottom:75%}.o-flex-embed__ratio--16\:9{padding-bottom:56.25%}