We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Facebook Go: Optimal Header Image Size? | Forum

Topic location: Forum home » Development » Themes
Rob R
Rob R Sep 10 '14
For the Facebook Go theme, what is the optimal header image size?

It seems that the header image looks dominant as it should in desktop but when viewed on mobile, it is shrunk down too much.  This suggests my image is too wide but not sure what the best height/width ratio is.
Kяuncн Leader
Kяuncн Sep 11 '14
By default ow_header_pic set as background-size: 100% auto;
so depending your image width,,, what ever it may be you will have to set a
max-width  to that, so if your header image is 800px wide:

Add--> max-width: 800px; to the code.
Ass follows:

.ow_header_pic {

background-position: center center;

background-repeat: no-repeat;

background-size: 100% auto;

max-width: 800px}


Once you have it set in it would help to know your url so as I can check it out and make sure you have it proper, up to you
...
The Forum post is edited by Kяuncн Sep 11 '14