From 2f3aa0d5eec3bac1524be0068933f44ca87d24e8 Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Wed, 23 Oct 2024 09:21:24 +0200 Subject: [PATCH] Reduce max height of images to ensure they fit on a slide --- hogent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hogent.css b/hogent.css index c8231df..3c47435 100644 --- a/hogent.css +++ b/hogent.css @@ -83,7 +83,7 @@ body { .reveal video, .reveal iframe { max-width: 95%; - max-height: 90%; } + max-height: 80%; } .reveal strong, .reveal b {