Fixing aspect ratio

This commit is contained in:
2025-01-24 20:44:18 +01:00
parent dd56a2f457
commit ca4a0e1b6d

View File

@ -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>