Terapkan gambar sebagai latar belakang responsif layar penuh

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
Hurt Hoopoe