Can't get parallax javascript as I wish

I can’t get the Bootstrap Studio Javascript parallax as I want, this works with standard CSS parallax. In the BS preview (stage) window the BS javascript parallax is displayed correctly, but not after exporting.

I want a static photo as a background with a scrolling text that slides over the background and thus shows the entire background. With the Booststrap Studio javascript version the background image always slides along largely during scrolling, no matter what I try. I can’t find a solution in the forum either.

Here is a link to the export with the two examples: Parallax custom CSS code

I can also add the design file but don’t know how.

What escapes me?

Thanks

The Parallax component uses JavaScript to create the parallax effect. Because BSS disables JS in the program workspace, you don’t see the image scroll. It appears to be fixed, but that’s only because the JS isn’t working.

You don’t want to use the Parallax component to achieve the effect you desire. It can be done with ordinary CSS, like in these examples…

One Fixed Background Image

Three FIxed Background Images

This may also help…

Thanks, I understand now that the BS-preview window doesn’t handle javascript.
So I’d rather use pure CSS for this.
Didier.