mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-13 15:06:53 +03:00
Update overview.html
CamFrameSize is no longer needed/used for zoom
This commit is contained in:
@@ -310,6 +310,7 @@
|
|||||||
xhttp.send();
|
xhttp.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
function setImageMaxWidth() {
|
function setImageMaxWidth() {
|
||||||
loadConfig(domainname);
|
loadConfig(domainname);
|
||||||
ParseConfig();
|
ParseConfig();
|
||||||
@@ -322,10 +323,10 @@
|
|||||||
document.getElementById("img").style.maxWidth = "640px";
|
document.getElementById("img").style.maxWidth = "640px";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function init(){
|
function init(){
|
||||||
domainname = getDomainname();
|
domainname = getDomainname();
|
||||||
setImageMaxWidth();
|
// setImageMaxWidth(); // CamFrameSize was replaced by zoom - CamFrameSize is no longer needed/used for zoom
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user