making the player happen

This commit is contained in:
Set Hallstrom 2019-05-03 17:06:32 +02:00
parent c69680b3fc
commit 05a7b25ba4
2 changed files with 43 additions and 3 deletions

View file

@ -24,7 +24,7 @@ layout: default
</div>
<div id="tracktime"></div>
<div id="timer"><p id="tracktime"></p></div>
<!-- stylemachine by Sakrecoer -snipthis if ya feel it - its the pary that runs the player ;) -->
</div>
<audio preload="true"
@ -65,8 +65,12 @@ layout: default
});
</script>
<style type="text/css">
#player {
body {
background-image:url('{{ site.audio_url }}{{ page.image }}') ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #0ff;
}
</style>