Skip to content

Instantly share code, notes, and snippets.

@obenjiro
Created May 14, 2014 13:47
Show Gist options
  • Save obenjiro/6ed713bd6992c4cd335f to your computer and use it in GitHub Desktop.
Save obenjiro/6ed713bd6992c4cd335f to your computer and use it in GitHub Desktop.
Prevent modern browsers from displaying `audio` without controls.
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) { display: none; height: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment