Site icon Catch Themes

Header Image Size on Homepage

Hi, I have a header image that is wider than the 300x125 recommended size. I uploaded the image using both the crop & publish (selecting the full image) and the skip cropping and use image as is options. In both cases, the header image on my home page gets automatically rescaled to 300 px width. On all other pages, however, the image displays as it was uploaded with a width of 600 px. Is there something I need to change in the CSS or otherwise in order for it to appear as its full width on the home page? When I inspect the element on the homepage, I get both: #hgroup-wrap img, .featured-image img, .entry-content img, img.size-full, img.size-large, img.wp-post-image { display: block; max-width: 100%; height: auto; img[Attributes Style] { width: 300px; height: 125px; } But, when I inspect it on internal pages I get: img[Attributes Style] { width: 600px; height: 50px; } Thank you!
Exit mobile version