load logo image larger. partly fixes #53
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:
parent
58332e8afb
commit
99cb0c43c0
2 changed files with 7 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue