diff options
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index adc024db..8ae5d250 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -70,8 +70,15 @@ <button id="show-stream-button">• Show stream</button> <button disabled id="stream-reset-button">• Reset stream</button> <hr> - <div data-dont-hide-menu id="stream-size"> - Stream size: <span id="stream-size-counter">100%</span> + <div data-dont-hide-menu class="stream-params"> + Resolution: + <select disabled data-dont-hide-menu id="stream-resolution-select"> + <option>640x480</option> + </select> + </div> + <hr> + <div data-dont-hide-menu class="stream-params"> + Stream size: <span id="stream-size-value">100%</span> <div id="stream-size-slider-box"> <input id="stream-size-slider" type="range" min="50" max="150" value="100" step="10" /> </div> |