Skip to content

Commit

Permalink
Resize image input canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoon committed Oct 2, 2023
1 parent 85d8c2f commit 836f9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h6 class="mb-2 text-muted">Choose one of the tabs below and follow the instruct
</div>
</div>
<div class="mt-1" style="width: 100%">
<canvas id="canvasImageInput" style="width: 100%" width="1024" height="768" tabindex="1"></canvas>
<canvas id="canvasImageInput" style="width: 100%" width="480" height="768" tabindex="1"></canvas>
</div>
</div>
</div>
Expand Down

0 comments on commit 836f9f4

Please sign in to comment.