Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Scaffolding Images Re: Scaffolding Images

#120567
Niplo
Participant

Thanks for pointing me in the right direction!

So basically it’s just defining properties in the css within various media queries:

eg:

@media only screen and (min-width: 960px) {

.box { width:720px; }

}