Gallery image overview update
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="wwwroot\fonts\" />
|
<Folder Include="wwwroot\fonts\" />
|
||||||
<Folder Include="wwwroot\images\Gallery\" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -3,9 +3,15 @@
|
|||||||
var image = document.getElementById("image");
|
var image = document.getElementById("image");
|
||||||
|
|
||||||
if (image.style.maxHeight == "none")
|
if (image.style.maxHeight == "none")
|
||||||
|
{
|
||||||
image.style.maxHeight = "50vh";
|
image.style.maxHeight = "50vh";
|
||||||
|
image.style.maxWidth = "initial";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
image.style.maxHeight = "none";
|
image.style.maxHeight = "none";
|
||||||
|
image.style.maxWidth = "none";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function UpdateProjects()
|
function UpdateProjects()
|
||||||
|
|||||||
Reference in New Issue
Block a user