summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-12 06:19:08 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-12 06:19:08 +0530
commit679e3983779e14b5be671b9e7c30ddbd108fefcc (patch)
tree6c141b34f7f3797f2f70bf5419e4d7890ba231b8
parent20cc2b7130437eceb9c9214db63e6b2391a66142 (diff)
webui: /live making the live-feed responsive
-rw-r--r--webui/website/templates/live.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/website/templates/live.html b/webui/website/templates/live.html
index bd71851..5828f5c 100644
--- a/webui/website/templates/live.html
+++ b/webui/website/templates/live.html
@@ -1,6 +1,13 @@
{% extends "base.html" %}
{% block title %}Live feed{% endblock %}
{% block content %}
+<style>
+ #spotlight img {
+ width: 100%;
+ height: auto;
+ }
+</style>
+
<body id="page">
<div id="spotlight" class="animated fadeIn">
<img src="/stream" width="640" height="480" />