diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html
index ed5ab4c2..9333a533 100644
--- a/sd-card/html/overview.html
+++ b/sd-card/html/overview.html
@@ -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();
}