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,
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
iframe {
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue