Force videos to be the full width of the available HTML. Fixes #3341

This commit is contained in:
Maurice Parker
2022-11-13 17:49:29 -06:00
parent 10288f7969
commit 746fe982c2

View File

@@ -219,6 +219,10 @@ img, figure, video, div, object {
margin: 0 auto;
}
video {
width: 100% !important;
}
iframe {
max-width: 100%;
margin: 0 auto;