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

How to detect if user has his screen scaled?

Hello, In windows 10's screen settings there's this scale button which allows you to scale size of text, applications etc. By default it's set to 125% (at least on mine notebook).
Now let's say we are building layout for a web page and our page looks completely different when user's scale setting is 125% compared to 100%. Is there any possibility to access this setting with html, javascript, css or any other "technology" used in web development to make your site responsive to that setting?
If not, what's the best practise- to build website for 125% (which I think most of the people are using) or 100% scale? Now, what about other OS'es, do they have this setting too, and if not how they look by default?

I would be grateful for any info on this matter. Thanks ;)

2 Answers

Here is an answer from Stack Overflow.

Thanks, seems like I don't know how to write correct question with google.