one page image stays while you scroll code example
Example 1: css keep background image from scrolling
background-attachment: fixed;
Example 2: How to make background fixed while scrolling
On-scroll fixed background
background-attachment: fixed;
On-scroll fixed background