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

iPhone player button visible during playback #2

Open
maheshsharma81 opened this issue Jun 16, 2016 · 1 comment
Open

iPhone player button visible during playback #2

maheshsharma81 opened this issue Jun 16, 2016 · 1 comment

Comments

@maheshsharma81
Copy link

The normal play button on top of the player during inline playback can be seen.
Possible to remove/hide it?

@amirch1
Copy link
Owner

amirch1 commented Oct 22, 2016

This CSS code should do the trick:
video::-webkit-media-controls{ display: none; }

For additional options, look here: http://stackoverflow.com/questions/8911247/hide-iphone-html5-video-play-button

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

2 participants