فهرست منبع

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,
 				'height'      => 96,
 				'width'       => 100,
 				'width'       => 100,
 				'flex-width'  => true,
 				'flex-width'  => true,
-				'flex-height' => false,
+				'flex-height' => true,
 				'header-text' => array( 'site-title' ),
 				'header-text' => array( 'site-title' ),
 			)
 			)
 		);
 		);