Gallery image overview update
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\fonts\" />
|
||||
<Folder Include="wwwroot\images\Gallery\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user