1
0

Gallery image overview update

This commit is contained in:
Michael Gordeev
2019-10-13 20:54:34 +03:00
parent c5c247ecc3
commit 6b8ac8bd96
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -3,9 +3,15 @@
var image = document.getElementById("image");
if (image.style.maxHeight == "none")
{
image.style.maxHeight = "50vh";
image.style.maxWidth = "initial";
}
else
{
image.style.maxHeight = "none";
image.style.maxWidth = "none";
}
}
function UpdateProjects()