summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-10-07 18:24:20 +0300
committerDevaev Maxim <[email protected]>2018-10-07 18:35:28 +0300
commit447b949273d5a6ba52388b7f7540cfedc0b74f54 (patch)
tree32af2eb5355f805265103b13458350ddc40c752b /web/index.html
parent053755fdc0cef8d43147d22d457f2882bdad117f (diff)
web: auto-resize stream
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 71e068d1..0f3c1d0a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -14,6 +14,7 @@
<link rel="stylesheet" href="css/windows.css">
<link rel="stylesheet" href="css/modals.css">
<link rel="stylesheet" href="css/leds.css">
+ <link rel="stylesheet" href="css/switches.css">
<link rel="stylesheet" href="css/stream.css">
<link rel="stylesheet" href="css/hid.css">
<link rel="stylesheet" href="css/msd.css">
@@ -76,17 +77,32 @@
</div>
<hr>
<div data-dont-hide-menu class="ctl-dropdown-content-text">
- Quality:
+ Stream quality:
<select disabled id="stream-quality-select"></select>
</div>
<hr>
<div data-dont-hide-menu class="ctl-dropdown-content-text">
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" />
+ <input id="stream-size-slider" type="range" />
</div>
</div>
<hr>
+ <div data-dont-hide-menu class="ctl-dropdown-content-text">
+ <table id="stream-auto-resize-box"><tr>
+ <td>Auto-resize stream:</td>
+ <td align="right">
+ <div class="switch-box">
+ <input type="checkbox" class="switch-checkbox" id="stream-auto-resize-checkbox" checked />
+ <label class="switch-label" for="stream-auto-resize-checkbox">
+ <span class="switch-inner"></span>
+ <span class="switch"></span>
+ </label>
+ </div>
+ </td>
+ </tr></table>
+ </div>
+ <hr>
<div class="ctl-dropdown-content-buttons">
<button disabled id="stream-reset-button">&bull; Reset stream</button>
<button disabled id="hid-reset-button">&bull; Reset keyboard &amp; mouse</button>