Commit e76bc3e9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

increased canvas size

parent 435f1aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>