style(audio): enhance audio element styling for better presentation

This commit is contained in:
Aditya Telange
2026-04-11 21:30:18 +05:30
parent 437fa67355
commit 34c9e0a8ed
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
{{ $src := (.Get "src") }}
<audio src="{{ $src }}" controls muted></audio>
<audio src="{{ $src }}" controls muted loading="lazy"></audio>