Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-12-04 08:31:35 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-12-06 04:48:17 +0300
commit4a27f05d1450e2de5b537e8889b737a5a4b4e432 (patch)
treeb270891a57e7cfaad95a527d56379b992c0067b1 /doc/t2h.pm
parentcd6f0f28bc06e19334bc8f929572ad4588679ea1 (diff)
doc: html: Use native viewport
Fixes displaying docs on small-screen devices. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/t2h.pm')
-rw-r--r--doc/t2h.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/t2h.pm b/doc/t2h.pm
index 7f771f996a..ca778422fa 100644
--- a/doc/t2h.pm
+++ b/doc/t2h.pm
@@ -169,6 +169,7 @@ EOT
my $head2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.min.css">
</head>