[FFmpeg-cvslog] doc: html: Use native viewport
Timothy Gu
git at videolan.org
Sat Dec 6 03:39:06 CET 2014
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Wed Dec 3 21:31:35 2014 -0800| [4a27f05d1450e2de5b537e8889b737a5a4b4e432] | committer: Michael Niedermayer
doc: html: Use native viewport
Fixes displaying docs on small-screen devices.
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a27f05d1450e2de5b537e8889b737a5a4b4e432
---
doc/t2h.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/t2h.pm b/doc/t2h.pm
index 7f771f9..ca77842 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>
More information about the ffmpeg-cvslog
mailing list