소스 검색

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

Allan Cole 5 년 전
부모
커밋
05f6f4c2d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' ),
 			)
 		);