This website requires JavaScript.
Explore
Help
Register
Sign in
bitPickups
/
friendica_2019-12_sharedHosting_hotFix
Watch
1
Star
1
Fork
You've already forked friendica_2019-12_sharedHosting_hotFix
0
Code
Pull requests
Activity
29d7b4ef24
friendica_2019-12_sharedHos...
/
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 11:15:36 +02:00
<audio src="
{
{
$audio.src
}
}
" controls>
Preview for Videos and images / Video resolution selection
2021-04-28 21:05:46 +02:00
<a href="
{
{
$audio.src
}
}
">
{
{
$audio.name
}
}
</a>
Audio attachments are now displayed as audio elements
2021-04-05 11:15:36 +02:00
</audio>
<br>
Copy permalink