1
0

Improved gallery adaptive design, optimized and improved image details page

This commit is contained in:
Michael Gordeev
2019-11-13 02:16:55 +03:00
parent f02df7a1fb
commit 2db161f14d
3 changed files with 25 additions and 6 deletions
+2
View File
@@ -16,10 +16,12 @@ function ToggleImageSize()
{
image.style.maxHeight = "50vh";
image.style.maxWidth = "100%";
image.style.cursor = "zoom-in";
}
else
{
image.style.maxHeight = "none";
image.style.maxWidth = "none";
image.style.cursor = "zoom-out";
}
}