change header image

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Nov 18, 2014 9:33 pm
I replace the
images/header.jpg
images/header_tablet.jpg
images/header_mobile.jpg

with my photos with the same name and the same dimensions but the images are cooped automatically. What exactly happens?
Thanks

url: www.doctoroncamera.gr
User avatar
Junior Boarder

GK User
Wed Nov 19, 2014 9:05 am
Hello,

I don't see any problem with your header image, of course the images is adjusted to the containter and depends on the screen resolution/browser size, which resolution exactly do you mean?
User avatar
Moderator

GK User
Wed Nov 19, 2014 10:30 pm
for the header.jpg i upload a photo 72dpi and resolution 1932x762. exactly like the theme's photo. but my photo is cropped.
User avatar
Junior Boarder

GK User
Thu Nov 20, 2014 8:38 am
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.imageBg #gk-head-frontpage {
background-size: cover;
}


or instead this code use the following:

Code: Select all
.imageBg #gk-header-mod {
padding-bottom: 192px;
}
User avatar
Moderator


cron