possible to create a parallax slider like this theme?

I’m trying to figure out how to replicate some aspects of this site (http://acheo.it/).
Mainly, what I want to create is a parallax slider (at least I think that’s what it is). If anyone has done this, or knows how to achieve this, I would be very grateful.

thx
-matt

I think I solved it…

just made the background fixed

#fixed-slideshow.fl-row .fl-bg-slideshow {
position: fixed;
}

Hey Matt,

Glad you figured it out! And thanks for sharing the solution! Enjoy BB! :slight_smile:

Ben