Bladeren bron

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

Allan Cole 5 jaren geleden
bovenliggende
commit
ef64e621da
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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' ),
 			)
 		);