diff options
Diffstat (limited to 'webui')
-rw-r--r-- | webui/website/templates/live.html | 7 |
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" /> |