Skip to content

Instantly share code, notes, and snippets.

@robhob
Created December 7, 2017 09:32
Show Gist options
  • Save robhob/ecf1b32432ef5f40dafa7fee7864658d to your computer and use it in GitHub Desktop.
Save robhob/ecf1b32432ef5f40dafa7fee7864658d to your computer and use it in GitHub Desktop.
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px); /* Adjust if necessary */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment