fix: responsive youtube embed (closes #1167)
This commit is contained in:
parent
6c4ed249ba
commit
ca3943b500
2 changed files with 9 additions and 4 deletions
|
@ -541,3 +541,10 @@ ol.overflow {
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.external-embed.youtube {
|
||||
aspect-ratio: 16 / 9;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue