Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Defining Breakpoints

friedcell
May 17, 2012

Defining Breakpoints

A presentation for Responsive Design & Development MiniConf in Ljubljana about responsive design breakpoints.

friedcell

May 17, 2012
Tweet

More Decks by friedcell

Other Decks in Design

Transcript

  1. “Web design is responsive design, Responsive Web Design is web

    design, done right.” Andy Clarke, 2011 http://stuffandnonsense.co.uk/blog/about/i_dont_care_about_responsive_web_design/
  2. The idea Create one version of the site design, code

    & content that responds to the limitations of the environment it’s viewed in.
  3. The idea Create one version of the site design, code

    & content that responds to the limitations of the environment it’s viewed in. NOT THE DEVICE!
  4. Device • Desktop computer • Laptop • Tablet (iPad &

    others) • Phone (iPhone, Android & others)
  5. Context • In a bar while waiting for others •

    On a bus on your way to work • In a queue at a post office • At home on a couch • During lunch
  6. Process • Goals • Content (Inventory) • Structure (Wireframe) •

    Design (Responsive System) • Development (@media, feature detection)
  7. Responsive System A system that defines the rules which govern

    the change of the layout with respect to the viewport.
  8. Responsive System A system that defines the rules which govern

    the change of the layout with respect to the viewport. NOT THE DEVICE!
  9. Content! Look at the content and add breakpoints where it

    makes sense for content to break. Then fine-tune the sizes that are important in terms of visitors.
  10. Techinques • @media screen and (min-width: 320px) • width in

    %, min-width, max-width • clear & float • font-size, line-height • column-count
  11. "You've got to start with the customer experience and work

    back toward the technology, not the other way around." Steve Jobs, 1997