1 Answers1

1

You can try to add this to your style sheet:

body{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
HugoD
  • 46
  • 4