humhub/static/less/oembed.less

18 lines
343 B
Plaintext
Raw Normal View History

.oembed_snippet[data-oembed-provider="youtube.com"],
.oembed_snippet:not([data-oembed-provider]){
2016-12-20 20:26:44 +01:00
margin-top: 10px;
position: relative;
padding-bottom: 55%;
padding-top: 15px;
height: 0;
overflow: hidden;
}
.oembed_snippet iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}