Tweak to video/iframe default CSS
This commit is contained in:
parent
64317cdcf5
commit
81bffcc20a
1 changed files with 3 additions and 1 deletions
|
@ -85,8 +85,10 @@ img[src$=".svg"] {
|
||||||
}
|
}
|
||||||
video,
|
video,
|
||||||
iframe {
|
iframe {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
}
|
||||||
|
iframe {
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue