fix magnified dimentions

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-16 19:59:25 +02:00
parent 4e34ce03df
commit 11a15855bc
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -12,6 +12,7 @@
max-height: 100%; max-height: 100%;
height: auto; height: auto;
width: auto; width: auto;
object-fit: contain;
} }
fullscreen-overlay { fullscreen-overlay {
@ -30,7 +31,10 @@
flex-direction: column; flex-direction: column;
img { img {
width: 100%; width: 95dvw;
height: 95dvh;
max-width: 95dvw;
max-height: 95dvh;
} }
} }