Home › Forums › CSS › Responsive background image problem › Reply To: Responsive background image problem
September 16, 2015 at 8:11 pm
#208258
Participant
You have to **replace** height:80% with height:calc(100vh-143px);
You also might want to add a max-width of around 1100 px (maybe 1080px) to .background so that on big monitors it doesn’t get out of place. That should do the trick for you.