Taille de l'image d'arrière-plan CSS pour ajuster l'écran
html {
height: 100%
}
body {
background-image:url("../images/myImage.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
Itchy Ibis