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:
Jeff Emmett 2026-03-12 00:11:38 +00:00
parent fb104ed8bb
commit 39179b8c10
1 changed files with 4 additions and 0 deletions

4
branding/head.html Normal file
View File

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