Appliquer l'image en tant que fond réactif plein écran

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