1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-02-23 11:40:13 +01:00

image scaling

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

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