View Single Post
Old 08-25-2021, 12:19 AM   #1
peace19812006
Junior Member
peace19812006 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Aug 2021
Device: Oasis 3
How to stretch background image full screen?

I am trying to use the image as background for the book. I use CSS like this:
div.img {
background-image: url(../images/4444.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
However, the image cannot be stretched full width. See the picture below. I don't want to see white color in this image. How can I fix that? Thanks!
Attached Thumbnails
Click image for larger version

Name:	image.jpg
Views:	245
Size:	233.8 KB
ID:	188890  
peace19812006 is offline   Reply With Quote