From 015ff77123ccc3e95d6422424dac2ed8d0cf963e Mon Sep 17 00:00:00 2001 From: Orangerot Date: Fri, 6 Dec 2024 19:06:31 +0100 Subject: feat: load and display image with correct scaling --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d709d30..11f3fc9 100644 --- a/style.css +++ b/style.css @@ -2,3 +2,8 @@ html, body { margin: 0px; scroll-behavior: smooth; } + +canvas { + max-width: 100%; + max-height: 100%; +} -- cgit v1.2.3