浏览代码

Merge pull request #1703 from Automattic/fix/issue-1287

Multiple Varia Child Themes: Fix custom-logo support to prevent scaling up too small images.
Allan Cole 5 年之前
父节点
当前提交
03595e9be2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      dalston/functions.php
  2. 1 1
      redhill/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' ),
 			)
 		);

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