Merge pull request #1703 from Automattic/fix/issue-1287
Multiple Varia Child Themes: Fix custom-logo support to prevent scaling up too small images.
This commit is contained in:
commit
03595e9be2
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ if ( ! function_exists( 'dalston_setup' ) ) :
|
|||
'height' => 96,
|
||||
'width' => 100,
|
||||
'flex-width' => true,
|
||||
'flex-height' => false,
|
||||
'flex-height' => true,
|
||||
'header-text' => array( 'site-title' ),
|
||||
)
|
||||
);
|
||||
|
|
|
@ -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