fix: responsive youtube embed (closes #1167)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user