Home › Forums › Azuma › Header Image Resizing › Reply To: Header Image Resizing
March 11, 2020 at 6:37 pm
#9684
Andy
Keymaster
Hi,
I’ve looked at your site and the header image is resizing correctly on different screen sizes.
If you want the full width of the header background image to always be visible you can add this CSS to Appearance > Customize > Additional CSS:
.entry-header.with-image,
.archive-header.with-image {
background-size: contain;
}
Please note that the background has to completely fill the header area so using this additional CSS will make the image stretch vertically on narrow width screens such as mobile.