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

Improve ergonomics of video player on mobile #50

Open
Evanaellio opened this issue Dec 7, 2021 · 1 comment
Open

Improve ergonomics of video player on mobile #50

Evanaellio opened this issue Dec 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Evanaellio
Copy link
Owner

The custom player doesn't look that great on mobile (too much spacing between elements).

Suggestion : when on mobile, the video only shows when using landscape mode, and is always in fullscreen.

Resources :
https://github.com/selwin/django-user_agents (to detect if the device is mobile or not)
https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent (for other detection solutions)

@Evanaellio Evanaellio added the enhancement New feature or request label Dec 7, 2021
@Evanaellio
Copy link
Owner Author

Improved with 80323e5 but can still be improved further.

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

No branches or pull requests

1 participant