From a64dd461cc57c7a93919d48ac638c40269ee5911 Mon Sep 17 00:00:00 2001 From: Isaac Teng Date: Sat, 13 Apr 2024 11:45:44 +0100 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3338448..317e056 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,8 @@ margin: auto; display: block; width: 80%; - max-width: 600px; + max-width: 95%; /* Set maximum width to 100% of container */ + max-height: 95%; /* Set maximum height to 100% of container */ } /* Caption of Modal Image (Image Text) - Same Width as the Image */