Hi,
I am trying to use the suggestions here to upload a bigger header image than 300 x125 px.
I am using catch box 1.5.1 (latest version to date).
Under ‘Theme Option’, as suggested here,I have pasted in the custom css box:
remove_filter( 'HEADER_IMAGE_WIDTH', ' catchbox_header_image_width' );
remove_filter( 'HEADER_IMAGE_HEIGHT', ' catchbox_header_image_height' );
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'catchbox_header_image_width', 900 ) );
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'catchbox_header_image_height', 405 ) );
My image is 900 x 405. I can use a smaller one but 300 x 125 is too small.
However, when I upload the image via the ‘Header’ menu, it is still cropping to 300 x125 px
Have I missed something?
many thanks for your help.
MT