Redhill: Fix custom-logo support to prevent scaling up too small images.
This commit is contained in:
parent
05f6f4c2d5
commit
ef64e621da
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
'height' => 120,
|
||||
'width' => 100,
|
||||
'flex-width' => true,
|
||||
'flex-height' => false,
|
||||
'flex-height' => true,
|
||||
'header-text' => array( 'site-title', 'site-description' ),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue