浏览代码

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