Is there a way to get the Windows "Scale and Layout" using CSS?
Asked
Active
Viewed 208 times
0

ULLAS MOHAN.V
- 1,521
- 1
- 19
- 36
-
1You could [detect the pixel ratio](https://stackoverflow.com/questions/16541676/what-are-best-practices-for-detecting-pixel-ratio-density) in Javascript and act upon that. But you won't find any CSS-only solutions. – Zenoo Jul 30 '18 at 09:59
-
@Zenoo is there any way to change this % using JavaScript? – ULLAS MOHAN.V Jul 30 '18 at 10:04
-
No, this is a user setting. You don't have access to it. – Zenoo Jul 30 '18 at 10:05
-
@Zenoo Ok.. Thank You. – ULLAS MOHAN.V Jul 30 '18 at 10:09