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

Added controlsStyle props #821

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added controlsStyle props #821

wants to merge 1 commit into from

Conversation

clwy-cn
Copy link

@clwy-cn clwy-cn commented Feb 9, 2023

Allows user to pass controlsStyle props.

When you playing in full screen, the full screen button may gets blocked on some devices . You can adjust the position of the controls with controlsStyle props.

image

For example:

<VideoPlayer
  // ... others
  controlsStyle={{
    bottom: 24,
    left: 12,
    right: 12,
  }}
/>

image

@AngadSethi
Copy link

Would love to see this PR get merged!

@official-Hypercodez
Copy link

how to hide controller

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.

3 participants