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

Add id argument to embed_media() functions #2

Closed
mccarthy-m-g opened this issue Apr 26, 2020 · 0 comments
Closed

Add id argument to embed_media() functions #2

mccarthy-m-g opened this issue Apr 26, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mccarthy-m-g
Copy link
Owner

The HTML5 <audio> tag does not have many options for CSS styling (its appearance is pretty much restricted to the browser defaults for the tag), however, JavaScript can be used to give audio elements a customized appearance. This can be done by adding an id argument to the tag and not specifying any attributes (e.g., <audio id=‘player’>), along with JS code to handle the styling.

Adding this is desirable, as users may want to customize the player’s appearance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant