audio: Present audio player in wrapped element.

This commit is contained in:
Karl Stolley
2025-08-20 14:55:12 -05:00
committed by Tim Abbott
parent 3787fb3b02
commit cacd73fd8b
6 changed files with 61 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
{{~!-- --~}}
<span class="media-audio-wrapper">
<audio controls="" preload="metadata" src="{{audio_src}}" title="{{audio_title}}" class="media-audio-element"></audio>
</span>
{{~!-- --~}}