Fixing aspect ratio
This commit is contained in:
@ -52,7 +52,7 @@ PAGE = """\
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="title">peepr</div>
|
<div class="title">peepr</div>
|
||||||
<img src="stream.mjpg" width="640" height="480" alt="Webcam Stream">
|
<img src="stream.mjpg" width="800" height="480" alt="Webcam Stream">
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user