Skip to content

Commit

Permalink
Tweak to video/iframe default CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 15, 2025
1 parent 64317cd commit 81bffcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ img[src$=".svg"] {
}
video,
iframe {
max-width: 100%;
width: 100%;
height: auto;
}
iframe {
aspect-ratio: 16/9;
}

Expand Down

0 comments on commit 81bffcc

Please sign in to comment.