Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Blank space below background image #29

Open
gschaffner opened this issue Mar 25, 2017 · 4 comments
Open

Blank space below background image #29

gschaffner opened this issue Mar 25, 2017 · 4 comments

Comments

@gschaffner
Copy link
Contributor

When a user scrolls up, the background image moves up as well. But the space below it is blank and gray. Is it possible to make the background take up this entire space, being scaled so that the user will never see this gray space? Thanks!

@sicilyart
Copy link

The bottom of background in the original theme blends with the background color. You could adjust your background color accordingly or disable the parallax effect.

@skica-dev
Copy link

@sicilyart where can I change the background color?

@protopapa
Copy link

In order to remove the gray space I disabled the parallax effect as it is suggested.
In the hugo-strata-theme/static/js/main.js change the below code from true to false.

var settings = { // Parallax background effect? parallax: true, // Parallax factor (lower = more intense, higher = less intense). parallaxFactor: 20 };

@Programazing
Copy link

@gschaffner @sicilyart @m4k5 @protopapa

I've forked this repo and started working on updating it if you're interested in an actively developed theme:

https://github.com/Programazing/hugo-strata-theme-II

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants