So bedecken Sie das vollständige Bild in CSS
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
abdullah
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
body {
margin: 0;
}
img {
display: block;
width: 100vw;
height: 100vh;
object-fit: cover;
}
body {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
resizeMode: 'cover'