Not a a native english speaker so there\'s probably a better way to shape the question...anyway:
What I want to create is similar to the header here: http://thegreatdisc
I think theres a better solution than contain
or cover
(which dind't work for me, btw).
Here's an example I recently used for a logo:
#logo{
max-width: 600px;
min-height: 250px;
margin: 0 auto;
background: url(../images/logo.png) no-repeat center;
background-size: 100%;
}
So now we have a responsive div with a backgound image, which size is set to the full width of the div.