Preload audio metadata
This commit is contained in:
parent
7e8aae14dc
commit
2c82ef175e
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
<figure>
|
<figure>
|
||||||
{{ $full := resources.Get (printf "%s/%s" ($.Param "json") .filename) }}
|
{{ $full := resources.Get (printf "%s/%s" ($.Param "json") .filename) }}
|
||||||
|
|
||||||
<audio controls>
|
<audio controls src="{{ $full.Permalink }}" preload="metadata">
|
||||||
<source src="{{ $full.Permalink }}" type="audio/ogg">
|
Your browser does not support audio.
|
||||||
</audio>
|
</audio>
|
||||||
|
|
||||||
<figcaption>
|
<figcaption>
|
||||||
|
|
Loading…
Add table
Reference in a new issue