Explorar el Código

Dalston: Fix custom-logo support to prevent scaling up too small images.

Allan Cole hace 5 años
padre
commit
05f6f4c2d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dalston/functions.php

+ 1 - 1
dalston/functions.php

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