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:
Allan Cole 2020-01-09 13:34:24 -05:00 committed by GitHub
commit 03595e9be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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' ),
)
);

View file

@ -115,7 +115,7 @@
'height' => 120,
'width' => 100,
'flex-width' => true,
'flex-height' => false,
'flex-height' => true,
'header-text' => array( 'site-title', 'site-description' ),
)
);