Allow pinch-to-zoom on live fullscreen page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Vollmer 2026-05-27 17:42:09 +02:00
parent 51045ad56d
commit 14a24bb1d8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Babycam Live</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }