Keep background image fixed during scroll using css

PHOTO EMBED

Fri Dec 24 2021 01:42:20 GMT+0000 (Coordinated Universal Time)

Saved by @sofiabedoy_96

background-image: url("/your-dir/your_image.jpg");
min-height: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;}
content_copyCOPY

https://stackoverflow.com/questions/2662039/keep-background-image-fixed-during-scroll-using-css/2662044