소스 검색

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

Allan Cole 5 년 전
부모
커밋
ef64e621da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      redhill/functions.php

+ 1 - 1
redhill/functions.php

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