Skip to content
New issue

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

New: Resize window on new media #383

Closed
wants to merge 3 commits into from

Conversation

zokradonh
Copy link

@zokradonh zokradonh commented Mar 24, 2021

What does this implement/fix? Explain your changes

Automatically resize media window on new media to media resolution

Does this close any currently open issues?

Closes #339

TODO

  • Only resize in window mode
  • Introduce new user option for auto-resizing
  • Check for problems with high DPI screens
  • Introduce maximum image/video resolution presets in settings. Relates to:
    private const int MaxImageWidth = 1920;
    private const int MaxImageHeight = 1080;

@peter-altherr
Copy link

this pull request does not close #339. it is a totally different way of displaying media compared to the suggestion made in #339 and could coexist as another option beside it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Size presets for Windowed mode
2 participants