mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
audio: Present audio player in wrapped element.
This commit is contained in:
5
web/templates/markdown_audio.hbs
Normal file
5
web/templates/markdown_audio.hbs
Normal 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>
|
||||
{{~!-- --~}}
|
Reference in New Issue
Block a user