Raumkommander commited on
Commit
2c6983b
·
verified ·
1 Parent(s): 85b8019

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -11,6 +11,7 @@
11
  </head>
12
  <body>
13
  <h1>Live Video Feed</h1>
14
- <img src="/video" alt="Live Video Stream">
 
15
  </body>
16
  </html>
 
11
  </head>
12
  <body>
13
  <h1>Live Video Feed</h1>
14
+ <img src="/video" alt="Live Video Stream" style="width: 100%; max-width: 800px; height: auto;">
15
+
16
  </body>
17
  </html>