Fixes displaying docs on small-screen devices. Signed-off-by: Timothy Gu <timothyg...@gmail.com> --- 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> -- 1.9.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel