Hi.
Really love Be Theme, but I am still learning and potentially struggling with the amount of features. My key focus area is getting the blog going smoothly. I have a few questions:
- Can I somehow define that all Blog posts are by default using the "Intro Header" template?
- How do I ensure the Header image for the Intro Header is always nicely scaled so it fits with proportional scaling?
- Can I define a fall-back "Intro Header" image?
The page I am working on is:
For both examples the image should be scaled that it fills the screen without any repetition.
Thanks a lot!
Marko
Comments
-----8<--snip--------
-webkit-background-size: cover; /* For WebKit*/
-moz-background-size: cover; /* Mozilla*/
-o-background-size: cover; /* Opera*/
background-size: cover; /* Generic*/
}
1. This option need to be set individually for each post only. We do not have an option to set it automatically for all posts unfortunately.
2. Would be great if you can send us link to page where header is not scaled properly first so we can have a look on it. We checked the links you sent above but looks like those backgrounds are fine.
3. No, it is not possible unfortunately.