Browse Source

Varia: Add “Skip cropping” option to site-logo setup.

Allan Cole 5 years ago
parent
commit
594ac257d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      varia/functions.php

+ 1 - 1
varia/functions.php

@@ -88,7 +88,7 @@ if ( ! function_exists( 'varia_setup' ) ) :
 				'height'      => 96,
 				'width'       => 100,
 				'flex-width'  => true,
-				'flex-height' => false,
+				'flex-height' => true,
 				'header-text' => array( 'site-title', 'site-description' ),
 			)
 		);