@gerichilli
Posted
About the header, I think it's because you set background-size: 100%; the width of the image will be equal to the screen width and its height will shrink to keep the aspect ratio, try setting with background-size: cover; so that it can fill the header space. Hope it helps you.
@dtomicic
Posted
@gerichilli setting the background-size:cover
was my first solution but that doesen't help, I've thought of an idea to cut out the main part out of the picture and just set the background to the color of the background so I'll try that. But thanks for your feedback anyways.