Header Image Zoom In Change

Multipurpose WordPress Theme Forum Support
GK User
Wed Apr 06, 2016 6:55 pm
I'm using CSS to tell the header area on subsequent pages to be a shorter height and have a certain background image. But I can see that it is zooming in on the image, causing it to look fuzzy.

Can you please provide some help so can tell it to show the image in actual size and not zoom in on it?

Here is a page of the site where you can see this: http://a73.831.myftpupload.com/about/

Thank you!
User avatar
Senior Boarder

Joshua M
Thu Apr 07, 2016 10:58 am
Hi,

Please change your custom css code into:
Code: Select all
.entry-header.no-image {
    background: url("http://.../uploads/2016/04/bra_hdr_350x1920px-e1459970995790.jpg") no-repeat !important;
    background-size: contain;
}
User avatar
Moderator

GK User
Thu Apr 07, 2016 1:14 pm
Thank you.
User avatar
Senior Boarder


cron