image sizing

This commit is contained in:
glax 2023-05-25 15:50:00 +02:00
parent f39482fe4c
commit a91c33ee4f

View File

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