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; }