Update item.tpl.html

This commit is contained in:
noxy 2016-10-20 22:40:55 +00:00
parent 384558027a
commit 055ada07d2

View File

@ -21,7 +21,7 @@
{% elseif item == "audio" %}
<audio id="audioplayer" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
<audio id="audio" 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;
setVolume = function(id,vol) {
sounds[audio].volume = 0.3; // vol between 0 and 1
}
var x = document.getElementById("audio");
x.volume = 0.2;
</script>
</body>
<! Fuck git… seriously-->