How to enable zoom in Google Chrome (or Edge, or Opera, or anything Chromium) #161
tamius-han
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can now zoom as much as you want. For a very lucky few, this will work without a problem. Majority of people, however, will experience some problems as a result of removing that checkbox.
But now my videos get stretched incorrectly
That's a Chromium bug and no extension can do anything about it.
There's a few things that you can do about that:
Use Firefox. While Firefox is the superior browser, some sites with overly strict DRM strategies (such as Netflix) provide Firefox with lower resolution streams than Chrome or Edge.
You will need to start launching chrome with this parameter:
--disable-direct-composition-video-overlays
(Alternatively, head over to
chrome://flags
-> search foroverlay
→ try disabling some of those. SettingSelect HW overlay strategies
to 'none' sounds promising. If that doesn't work, thenEnable overlay controls for Global Media Controls
to none andDesktop PWA Window Controls Overlay
to none sound promising — but I haven't had the chance to test those out yet)Disable hardware acceleration. This is not an option if you watch videos at modern resolutions (anything over 720p).
Beta Was this translation helpful? Give feedback.
All reactions