Remove play icon in video component on iPhone/iPad
How to remove the Play icon on iPhone/iPad when using video component?
How to remove the Play icon on iPhone/iPad when using video component?
Quick update: I simply linked a CSS to the HTML file and inserted this code:
*::-webkit-media-controls-panel {
display: none!important;
-webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
display: none!important;
-webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
display: none!important;
-webkit-appearance: none;
}
Thanks for the help guys ![]()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.