Parcourir la source

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

Allan Cole il y a 5 ans
Parent
commit
ef64e621da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      redhill/functions.php

+ 1 - 1
redhill/functions.php

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