image zooming

This commit is contained in:
2026-01-15 19:56:08 +01:00
parent cf1fcd9e96
commit 34ff7f1a7f
2 changed files with 273 additions and 156 deletions

View File

@@ -291,6 +291,8 @@ html.luxtools-noscroll body {
*/
max-width: calc(100vw - 1.6em);
max-height: calc(100vh - 1.6em);
transform-origin: center center;
transition: transform 0.1s ease-out;
}
.luxtools-lightbox .luxtools-lightbox-caption {