Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design

Responsive

Is the use of the page zoom feature in browsers any positive indicator of a sites success as being responsive? ----maybe a dumb question.

2 Answers

Allison Grayce Marshall
STAFF
Allison Grayce Marshall
Treehouse Guest Teacher

Hey Matthew! Not a dumb question at all. Great topic, actually. I'd say that's less about responsive design though and more in the realm of general accessibility.

Even though many modern browsers zoom in and out on the entire page now and not just the fonts, It's definitely important and simply good practice that we use relative sizes like % and ems, since we can never be 100% sure who or how the user will access our websites.

It's something that we can forget to test, so bringing this topic up for discussion is a good reminder!

James Barnett
James Barnett
39,199 Points

@Matthew -

IMHO, what you are thinking of is progressive enhancement, not responsive design. Changing the redenering of a page according to viewport size, zoom level or DPI falls into the category of progressive enhancement, IMHO.

The term responsive design is often misused. It's not a generic term, to responding to the browser, instead it refers to combining 3 specific design techniques.