Archived topic
Make parallax images move more
3 replies · Started by Jono on September 20, 2017
Hi,
Is it possible to make section parallax background images move more when you scroll? I find that my images hardly move as I scroll. Perhaps I'm not understanding well how it works? Eg: https://shatterwoodcustomgarage.com.au/
Thanks!
Hi there,
The picture size is a bit small and there is not enough content on the page to scroll down.
Perhaps this CSS would give the effect you are looking for?
#generate-section-1.generate-sections-container {
background-attachment: fixed;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo! Sounds about right.
No problem!