Having trouble loading an image as a responsive background image in my CSS. Here's the code I'm using:
.cover{
height: auto;
width: 100%;
background-image: url(../img/cover.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}