Update item.tpl.html
This commit is contained in:
parent
3e260d6178
commit
384558027a
@ -21,7 +21,7 @@
|
||||
|
||||
{% elseif item == "audio" %}
|
||||
|
||||
<audio id="audio" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||
<audio id="audioplayer" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||
{% elseif item == "image" %}
|
||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
|
||||
{% else %}
|
||||
@ -67,9 +67,8 @@
|
||||
var video = document.getElementById('player');
|
||||
video.volume = 0.3;
|
||||
|
||||
window.onload = function() {
|
||||
var audio = document.getElementById('audio');
|
||||
audio.volume = 0.3;
|
||||
setVolume = function(id,vol) {
|
||||
sounds[audio].volume = 0.3; // vol between 0 and 1
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user