Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active September 4, 2019 13:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/28c21dd5439d2b42ab40d628cc5b5efb to your computer and use it in GitHub Desktop.
Save lukecav/28c21dd5439d2b42ab40d628cc5b5efb to your computer and use it in GitHub Desktop.
Use HTML <audio> element with a WordPress site asset
<figure>
<figcaption>Caption:</figcaption>
<audio
controls
src="https://sitedomain.com/wp-content/uploads/2019/03/filename.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
</figure>
@lukecav
Copy link
Author

lukecav commented Mar 19, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment