Pages background image, How to make it static

I’ve placed a background image on the container of my glide page. I would like the image to be fixed so that it doesn’t scroll down as the user scrolls the screen.
Any ideas?

So you want it to “stick” to the same place even though the original container has been scrolled off the screen?

Yes i think so, basically the image will always be in view, the contents of the screen will scroll when i scroll them.

Well I would think the only way is to use CSS’ sticky positioning to deal with that, but CSS is only available for Business & Enterprise plans.

Okay thanks, i’ll relook at that when we upgrade. Good to know that it’s possible👍

I wouldn’t say it’s completely possible to work, but I think that’s the best bet in terms of CSS.