Skip to content

Commit

Permalink
Limit video width to the containing block's width (Open-MSS#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss authored Aug 15, 2024
1 parent ae1928f commit 1591386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/mss_theme/css/mss.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
margin-bottom: auto;
margin-left: auto;
}

video {
max-width: 100%;
}

0 comments on commit 1591386

Please sign in to comment.