Here's the scenario
.headerpic {
width:100%;
background-image:URL("../images/layout/header.png");
background-size:cover;
}
The issue I'm facing is getting the height to adjust according to the image. I've attempted.
height:100%;
Unfortunately, it hasn't worked and now I'm at a loss for what to do next.