Temporarily fixing the size of the model viewer
This commit is contained in:
parent
46bdb9832d
commit
77d872bd3d
1 changed files with 1 additions and 1 deletions
|
|
@ -372,6 +372,6 @@ function handleMouseMove(event){
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<canvas id="canvas" style="border: 1px dotted #bfbfbf;"></canvas>
|
||||
<canvas id="canvas" style="border: 1px dotted #bfbfbf;" width="640px" height="480px"></canvas>
|
||||
<div><br><span id="progress" style="color: red"></span></div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue