size of header_bg image?

GK User
Fri Oct 17, 2014 10:54 pm
I see on my mobile phone the header image is not good (to big)
The rest of my siteimages are good like responsive mode should do!

I don't have the original image file header_bg to see the original size!
Can you tell me what size it should be?

Best regards,
Stef
User avatar
Expert Boarder

teitbite
Sat Oct 18, 2014 5:35 pm
Hi

Background is using same image for all devices but with "cover" value, which means that it will fit in width or height. You may try to add different images by using this code in mobile.css and tablet.css:

Code: Select all
.frontpage #gkHeader {
    background: url("../images/header_bg.jpg") no-repeat fixed center top rgba(0, 0, 0, 0);
}
User avatar
Moderator

GK User
Sun Oct 19, 2014 10:55 am
Thank you for advise but i do this already:)

I only need to know the original size of the image width....x....hight

Thank you,
Stef
User avatar
Expert Boarder

teitbite
Mon Oct 20, 2014 12:14 pm
Hi

It's 1600px in width, but since it's using a "cover" attribute so any image will fit in height or width.
User avatar
Moderator

GK User
Mon Oct 27, 2014 6:05 pm
Thank you very much :)))
Solved!

Best regards,
Stef
User avatar
Expert Boarder


cron