Loading src/index/img.html +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ let imgsrv_port = IMGSRV_PORT0 + parseInt(port); let t1 = $("#cnv_div").jp4({src:"http://"+location.host+":"+imgsrv_port+"/img",width:600,fast:true,lowres:2,debug:false,refresh:true}); let t1 = $("#cnv_div").jp4({src:"http://"+location.host+":"+imgsrv_port+"/img",width:1600,fast:true,lowres:2,debug:false,refresh:true}); </script> </body> Loading Loading
src/index/img.html +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ let imgsrv_port = IMGSRV_PORT0 + parseInt(port); let t1 = $("#cnv_div").jp4({src:"http://"+location.host+":"+imgsrv_port+"/img",width:600,fast:true,lowres:2,debug:false,refresh:true}); let t1 = $("#cnv_div").jp4({src:"http://"+location.host+":"+imgsrv_port+"/img",width:1600,fast:true,lowres:2,debug:false,refresh:true}); </script> </body> Loading