This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi, I would like to know what size my header background image should be so I can get a perfect image.
Hello,
You can try 1170×164.
Regards
No way to small.
https://gyazo.com/b75affa6b3fdeb91c2cece72fa4ae6e8
Please try to use this code:
background-size: cover;
background-position: 50% 0%;
background-repeat: no-repeat;
Regards
Which class should I relate it to?
For example is it
.background {
background-size: cover;
background-position: 50% 0%;
background-repeat: no-repeat;
}
.header-wrapper {
background-size: cover;
background-position: 50% 0%;
background-repeat: no-repeat;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up