mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge pull request #4195 from olekristensen/olekristensen-patch-highres-logo
Double the logo size for high res displays
This commit is contained in:
commit
29c73f3a16
@ -50,12 +50,12 @@ class LogoImage
|
||||
{
|
||||
if ($maxWidth === null) {
|
||||
// Will change in future!
|
||||
$maxWidth = 300;
|
||||
$maxWidth = 600;
|
||||
}
|
||||
|
||||
if ($maxHeight === null) {
|
||||
// Will change in future!
|
||||
$maxHeight = 40;
|
||||
$maxHeight = 80;
|
||||
}
|
||||
|
||||
$file = self::getFile($maxWidth, $maxHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user