We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Improved with 80323e5 but can still be improved further.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: