Update overview.html

CamFrameSize is no longer needed/used for zoom
This commit is contained in:
michael
2024-04-27 00:03:26 +02:00
committed by GitHub
parent dc90972659
commit 4049d752ba

View File

@@ -310,6 +310,7 @@
xhttp.send();
}
/*
function setImageMaxWidth() {
loadConfig(domainname);
ParseConfig();
@@ -322,10 +323,10 @@
document.getElementById("img").style.maxWidth = "640px";
}
}
*/
function init(){
domainname = getDomainname();
setImageMaxWidth();
// setImageMaxWidth(); // CamFrameSize was replaced by zoom - CamFrameSize is no longer needed/used for zoom
Refresh();
}