load logo image larger. partly fixes

We now load the image in a larger size than needed and resize via CSS.
This should make it crisper.
This commit is contained in:
Andreas Gohr 2021-06-03 09:08:10 +02:00
parent 58332e8afb
commit 99cb0c43c0
2 changed files with 7 additions and 1 deletions

View file

@ -251,7 +251,7 @@ class Template {
'src' => array('wiki:logo-wide.png', 'wiki:logo.png'),
'alt' => $title,
),
0, 50, false
0, 250, false
);
$mobile = self::getResizedImgTag(
'img',

View file

@ -48,6 +48,12 @@ a:visited {
padding: 20pt 20pt 0;
}
#dokuwiki__header .logo img {
height: 4rem;
width: auto;
}
/* + + + + + + + + + + + + + + */
/* + + + + + admin + + + + + */