Multiple Varia Child Themes: Fix custom-logo support to prevent scaling up too small images.
@@ -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,
'header-text' => array( 'site-title', 'site-description' ),