Title: Header image cropping issue
Last modified: August 19, 2016

---

# Header image cropping issue

 *  [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/)
 * Alright I am using the RedBel 1.3.1 theme and under the header editing it is 
   saying to select the image and then to crop it on the next page. well no matter
   what size I resize the image it always maxes out the cropping tool before the
   end of the image.. there is about a quarter of the image left. Is there something
   I am doing wrong?
 * Thanks for your time.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/header-image-cropping-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/header-image-cropping-issue/page/2/?output_format=md)

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688044)
 * Instead of letting wordpress crop the image I make the image to the size that
   is allowed in header than upload that way you have what you want in header.
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688052)
 * in the header.php file? I have tried that however its not showing a image source
   code that is currently existing in the file for some reason. and it doesnt allow
   to just place it and overlap it on the current red banner
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688057)
 * the default image size for that theme is 1000w x 153h
 * I would think if you make an image that size, and use the header image uploader/
   selector, you wouldn’t have to crop at all
 * it looks like it also adjusts the header div size to match the image, so maybe
   if you have an image that is 1000px wide, you can have whatever height you want,
   but not sure on that
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688066)
 * No it crops the height as well you can make transparent image if its small so
   that it fills that size or you can re size that image in functions.php
    with 
   this code
 *     ```
       add_filter('twentyten_header_image_height','my_header_height');
       add_filter('twentyten_header_image_width','my_header_width');
       function my_header_height($size){
          return 100;
       }
       function my_header_width($size){
          return 700;
       }
       ```
   
 * I have put this code on top after <?php
 * than you make change to size I have 100 by 700
    you will have change the theme
   name in the code.
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688067)
 * Nice I will give that a shot and let you know.. Thanks for the help seriously
   i appreciate it
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688125)
 * Ok I have input the code in there.. Now what is it that I do with the image… 
   just put the image source code in the header file or try the cropping through
   the header editor
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688137)
 * .
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688143)
 * I have also tried the 1000×153 thing and still got the same result which was 
   really confusing
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688175)
 * what size is your logo as you might have to change the sizes couple of places
   as that image height is controlling your menu as well.
 * Do you have a way to make a transparent logo with yours in a layer or create 
   a logo on the red background and have your logo in layer if not can you send 
   the logo and I will make it for you you can click on my name to go to my website.
 * The sizes can be changed but than you will have to change your menu in style.
   css.
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688241)
 * I would appreciate it if you can do that for me. I tried contacting you on your
   website. it kept saying invalid input – spam? for some reason
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688301)
 * If its not too much I would appreciate the help.. I am still stuck on this issue
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688302)
 * I need to see your url and see where the problem is to guide you more it can 
   be done, without seeing the problem its hard to help you.
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688303)
 * The red banner at the top is where im trying to input the image.
 * [http://stopping4closures.com](http://stopping4closures.com)
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688304)
 * I know that I need to see the image that you want to put there.
    if you upload
   image in media and than click on the image and put url that is bottom in here.
 *  Thread Starter [gjindo](https://wordpress.org/support/users/gjindo/)
 * (@gjindo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/header-image-cropping-issue/#post-1688306)
 * [http://stopping4closures.com/wp-content/uploads/2010/09/George-Logo-24.png](http://stopping4closures.com/wp-content/uploads/2010/09/George-Logo-24.png)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/header-image-cropping-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/header-image-cropping-issue/page/2/?output_format=md)

The topic ‘Header image cropping issue’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 21 replies
 * 4 participants
 * Last reply from: [Sachin Mishra](https://wordpress.org/support/users/sachinatzenith/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-cropping-issue/page/2/#post-1688426)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
