Forums

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

Home Forums CSS Scaffolding Images

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41907
    Niplo
    Participant

    Hi!

    I was wanting to know how this effect was achieved across this website. The images jump and resize (pop) to a defined size when the browser size changes.

    http://elanaschlenker.com/

    Any ideas on how this is achieved, I’m hoping to implement something like this. Greatly appreciated!

    Cheers
    Niplo!

    #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; }

    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.