commit 98eb3b7ac33e4ff883fabc46db1413b7cd9b7f44 parent 4b56cfac891ed4dfa83ac86793232e282b41fa03 Author: Lou Woell <lou.woell@posteo.de> Date: Sun, 2 Mar 2025 19:51:52 +0100 limit iframe width to 100% Diffstat:
| M | assets/css/video.scss | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/css/video.scss b/assets/css/video.scss @@ -5,3 +5,7 @@ video { margin-left: auto; margin-right: auto; } + +iframe { + max-width: 100%; +}