let's say that you have a chrome window that showing some content such as text, images, etc.
If you normally resizing the window to smaller, the window will show less content. this is because while resizing the window, the content inside the window did not resized also with the window. So the window must show less content.
The idea here is that if you resizing while holding CTRL + SHIFT (Or maybe just CTRL or some other key combination), and make the window smaller, the window will still show the same amount of content because its content was resized also.
Another way to think about the idea is to change the DPI scaling for the specific window using this resize method.
While resizing using this method, the DPI for only this window will change
A user suggested the following feature:
let's say that you have a chrome window that showing some content such as text, images, etc. If you normally resizing the window to smaller, the window will show less content. this is because while resizing the window, the content inside the window did not resized also with the window. So the window must show less content.
The idea here is that if you resizing while holding CTRL + SHIFT (Or maybe just CTRL or some other key combination), and make the window smaller, the window will still show the same amount of content because its content was resized also.
Another way to think about the idea is to change the DPI scaling for the specific window using this resize method. While resizing using this method, the DPI for only this window will change