mirror of
https://github.com/humhub/humhub.git
synced 2025-02-23 02:32:37 +01:00
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
|
.oembed_snippet {
|
||
|
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%;
|
||
|
}
|