Also apply max-width to videos in webviews (#159500)

This commit is contained in:
Matt Bierner
2022-08-29 15:52:54 -07:00
committed by GitHub
parent 71c216d91f
commit a13e5e1da6
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ ol ol {
margin-bottom: 0;
}
img {
img, video {
max-width: 100%;
max-height: 100%;
}