Use an image with 1920px in width and 400px in height, or use smaller image with same proportion of width and height.
https://themes.trac.ww.wp.xz.cn/browser/trance/1.7/inc/custom-header.php#L29
Yeah, I’ve already done this. My new header image is the exact same pixel size, but no matter what I do, it still stretches the image. I’ve even reduced the pixel size to 1/4 of what it is and it still stretches it.I;m totally lost.
View source on your web page and get to the CSS background property of
<div id="header-image">
See if that img url referenced in background image is a crop version or full version. If it’s a crop version, make sure you don’t accidentally crop image when uploaded to WP. If it’s a full original version, then the problem might be that your screen width is wider than 1920px. This part of the theme is using background image size property set to “cover”, so it always stretches.
According to the my css background property it is set to cover. How do I change this so the image does not stretch.
I figured it out withing the custom header php. I changed the cover to contained. Thanks so much for the help!
Well I thought I did and now it’s back to what it was. Is there a way to remove this and make it a static header for all pages?