This website requires JavaScript.
Explore
Help
Sign in
Friendica
/
friendica-github
Watch
1
Star
0
Fork
You've already forked friendica-github
0
mirror of
https://github.com/friendica/friendica
synced
2024-11-11 22:22:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8e65bdd011
friendica-github
/
view
/
templates
/
content
/
audio.tpl
5 lines
98 B
Smarty
Raw
Normal View
History
Unescape
Escape
Audio attachments are now displayed as audio elements
2021-04-05 09:15:36 +00:00
<audio src="
{
{
$audio.src
}
}
" controls>
Preview for Videos and images / Video resolution selection
2021-04-28 19:05:46 +00:00
<a href="
{
{
$audio.src
}
}
">
{
{
$audio.name
}
}
</a>
Audio attachments are now displayed as audio elements
2021-04-05 09:15:36 +00:00
</audio>
<br>
Reference in a new issue
Copy permalink