Hi there,
I am building a blog site using Catch Box (love it). However, my header image is 700 x 192. I tried inserting the code below into the css table as per above, but I’m apparently doing something wrong. When I try to upload the image, it’s still forcing a crop to 300×100. How do I get around it?
Site: https://bit.ly/OKdyaH
REALLY appreciate your help!
– M
Code used: 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’, 700 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘catchbox_header_image_height’, 192 ) );