Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
fedd2edd
Commit
fedd2edd
authored
May 22, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increased canvas size
parent
33b61ea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
img.html
src/index/img.html
+1
-1
No files found.
src/index/img.html
View file @
fedd2edd
...
...
@@ -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
:
1
600
,
fast
:
true
,
lowres
:
2
,
debug
:
false
,
refresh
:
true
});
</script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment