Force desktop viewport on mobile for full UI experience
Override viewport to width=1280 so mobile browsers render the desktop layout instead of a scaled-down mobile view. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fb104ed8bb
commit
39179b8c10
|
|
@ -0,0 +1,4 @@
|
||||||
|
<!-- Force desktop viewport on mobile -->
|
||||||
|
<meta name="viewport" content="width=1280, initial-scale=0.25, user-scalable=yes">
|
||||||
|
<!-- Load custom CSS after Jitsi CSS -->
|
||||||
|
<link rel="stylesheet" href="css/custom/custom.css">
|
||||||
Loading…
Reference in New Issue