You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.
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 };
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!
The text was updated successfully, but these errors were encountered: