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

Add different media screen fitting modes #121

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

marax27
Copy link
Owner

@marax27 marax27 commented Oct 18, 2020

3 modes are now available:

  • Original or shrink to fit: display media in it's original dimensions or shrink to fit available space
  • Aspect fit: resize to fit maximum available space
  • Aspect fill: resize media to fit the window either vertically or horizontally. E.g. if a media component is very tall, a vertical scrollbar may appear.
    Closes Add different media screen-fitting modes in the gallery menu #81

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.

Add different media screen-fitting modes in the gallery menu
2 participants