Fixing aspect ratio
This commit is contained in:
@ -52,7 +52,7 @@ PAGE = """\
|
||||
<body>
|
||||
<div class="container">
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user