We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to set a scaling factor for high density displays.
The text was updated successfully, but these errors were encountered:
After playing around for a while, I've found a workaround to achieve the desired effect.
On a display with 1920x1080 native resolution one can create a 150% zoom by setting:
FLAGS
--force-device-scale-factor=1.5
WINDOW_SIZE
1280,720
Without setting the window size Chromium will scale beyond the bounds of the screen.
This configuration remains stable when rotating the display with ROTATE_DISPLAY.
ROTATE_DISPLAY
Sorry, something went wrong.
No branches or pull requests
Provide a way to set a scaling factor for high density displays.
The text was updated successfully, but these errors were encountered: