9 Replies
but he look like this
my css :
what shoud I do make the background look like the real picture ?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what I get
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
yes the picture to fill the background
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
hi it s the same things
You're trying to put a portrait oriented image (taller than it is wide) in a section that is landscape oriented (wider than it is tall). If you want it to fill the full width of the section, it's going to have to essentially zoom in on the image so the width of the image is the same as the whole page, making the whole image larger, and therefore cutting off a lot of the height. If you want to see the image completely, there is going to be white space on the side(s).
You could choose to
background: url() top/cover
so that the crop would at least include the top of the image, instead of the center.