mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 11:53:24 +00:00
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>
This commit is contained in:
parent
cd6f0f28bc
commit
4a27f05d14
@ -169,6 +169,7 @@ EOT
|
|||||||
|
|
||||||
my $head2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
|
my $head2 = $ENV{"FFMPEG_HEADER2"} || <<EOT;
|
||||||
</title>
|
</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="bootstrap.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="style.min.css">
|
<link rel="stylesheet" type="text/css" href="style.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user