Просмотр исходного кода

Update overview.html

CamFrameSize is no longer needed/used for zoom
michael 1 год назад
Родитель
Сommit
4049d752ba
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      sd-card/html/overview.html

+ 3 - 2
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();
 		}