You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have studied the code (here) and also tried out different cases. It doesn't seem like full screen window has a default size, but instead depends on the current size of the normal window, and fullscreen window is a bit bigger and closer than normal window?
This was what I saw:
Normal size: 1x => Fullscreen size: 1x
Normal size: 3x => Fullscreen size: 3x
Normal size 1x => Fullscreen size: 1x, increased to 3x => Exit then enter full screen again => Full screen size: 1x
So AFAIU the issue is about making the resizing of fullscreen separate from the size of normal screen?
Actually as a user I'd prefer to have the resizing of fullscreen dependent on the current size of normal screen. If the current size of normal screen is small (1x) then suddenly the size of fullscreen is so large (3x) and close, my eyes wouldn't feel comfortable. I'd prefer the fullscreen size to depend on the current normal size first, then I could resize later, no matter what was the last fullscreen size. Wdyt 🤔
Steps to Reproduce
Note: the video keeps playing the whole time.
Current Behavior
The fullscreen window has the default size.
Expected Behavior
The fullscreen window has the last size that we selected (3X).
Possible Solution
Store the size of the fullscreen window and use it as the default when entering fullscreen mode.
The text was updated successfully, but these errors were encountered: