1
0
Fork 0

feat: even better image view

This commit is contained in:
Henri Saudubray 2025-08-18 14:58:46 +02:00
parent efdfb5c3e9
commit f5bdc7a2cd
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -1,7 +1,3 @@
img {
max-width: 640px;
}
header, div { header, div {
text-align: center; text-align: center;
} }
@ -19,6 +15,7 @@ div {
img { img {
max-height: 100%; max-height: 100%;
min-width: 100%; min-width: 100%;
max-width: 100vw;
object-fit: cover; object-fit: cover;
vertical-align: bottom; vertical-align: bottom;
} }