Skip to content

Commit ce2a195

Browse files
committed
fix resolution typog
1 parent 946bf8e commit ce2a195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw7/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
main {
1616
position: relative;
17-
width: 1240px;
17+
width: 1280px;
1818
height: 720px;
1919
}
2020
nav {
@@ -392,7 +392,7 @@ <h1>Jack's Homework #7</h1>
392392
gl.drawArrays(Shape.type ? gl.TRIANGLE_STRIP : gl.TRIANGLES, 0, mesh.length / vertexSize);
393393
};
394394

395-
const videoWidth = 1240;
395+
const videoWidth = 1280;
396396
const videoHeight = 720;
397397

398398
const defaultHands = [

0 commit comments

Comments
 (0)