From 868fc210da6060cbd8bbd66c0c3a5acdedf685aa Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Wed, 25 Apr 2018 17:29:58 -0300 Subject: [PATCH] fix header image crop --- src/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 704df0d..18bf93c 100644 --- a/src/functions.php +++ b/src/functions.php @@ -23,7 +23,9 @@ if(!function_exists('tainacan_setup')) { * Custom header to change the banner image */ $header_args = array( - //'default-text-color' => '000', + //'default-text-color' => '000', + 'width' => 1280, + 'height' => 280, 'header-text' => false, 'flex-width' => false, 'flex-height' => true,