From 665092be6a89c30eb12be7d2b358478e56c40d52 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 15:40:03 +0200 Subject: [PATCH] image scaling --- Website/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Website/style.css b/Website/style.css index 715e6ba..941fd1d 100644 --- a/Website/style.css +++ b/Website/style.css @@ -227,8 +227,9 @@ publication img { position: absolute; top: 0; left: 0; - max-width: 100%; - max-height: 100%; + width: 100%; + height: 100%; + object-fit: cover; z-index: 0; }