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

Missing <meta> in player.html #101

Open
ge-mehrdad opened this issue May 16, 2024 · 0 comments
Open

Missing <meta> in player.html #101

ge-mehrdad opened this issue May 16, 2024 · 0 comments

Comments

@ge-mehrdad
Copy link

Just like the older issue created here, #52
I'm facing the same issue where controls and details are too small on different devices

The fix is just the following meta tag inside the

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

This change would enable us to use loadDefaultPlayer() without needing to create a new HTML file and have that <meta> tag inside since we don't really need a custom player.

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

No branches or pull requests

1 participant