diff --git a/Website/style.css b/Website/style.css index fdec4c3..c91cd16 100644 --- a/Website/style.css +++ b/Website/style.css @@ -370,8 +370,9 @@ publication-viewer img { position: absolute; left: 0; top: 0; - max-height: 100%; - max-width: 100%; + height: 100%; + width: 100%; + object-fit: cover; border-radius: 5px; z-index: 0; }