diff options
author | Devaev Maxim <[email protected]> | 2018-07-13 02:23:35 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-13 02:23:35 +0000 |
commit | 9c44852aa1948a991e0bf1956badd17bde912089 (patch) | |
tree | 2b4f6b568c567b13bf32f79adc795d82a98a6522 /kvmd/web/index.html | |
parent | 796d35ed3b1688c3e4aef1984439291c4565a4aa (diff) |
dynamic stream resolution
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index d5538943..7d85f26d 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -15,7 +15,7 @@ </script> <body> - <div class="stream-box"> + <div id="stream-box" class="stream-box"> <img src="/streamer/?action=stream" id="stream-image" class="stream-image" alt="" /> </div> |