Commit 1ce960f5 authored by Dietmar Maurer's avatar Dietmar Maurer

novnc: canvas size attributes do not need 'px'

parent 256b7628
......@@ -159,7 +159,7 @@ INCLUDE_URI='/novnc/include/';
<!-- HTML5 Canvas -->
<div id="noVNC_container">
<canvas id="noVNC_canvas" width="640px" height="20px">
<canvas id="noVNC_canvas" width="640" height="400">
Canvas not supported.
</canvas>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment