mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 01:02:06 +00:00
disable zooming in on mobile
This commit is contained in:
parent
df5735cfbf
commit
05c48c5b17
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta
|
||||
name="description"
|
||||
content="The place for your favourite movies & shows"
|
||||
|
|
|
|||
Loading…
Reference in a new issue