image scaling

This commit is contained in:
glax 2023-05-25 15:40:03 +02:00
parent 653cb699d0
commit 665092be6a

View File

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