image in tracks

This commit is contained in:
Set Sakrecoer 2019-11-05 12:54:51 +01:00
parent 0ad7ed1e96
commit 8300a0fe2e
2 changed files with 3 additions and 6 deletions

View file

@ -32,6 +32,7 @@ layout: default
<div id="timer">
{{ page.content }}
<img src="{{ page.image }}" alt="cover art for {{ page.title }}" width="100%" />
</div>
</div>
<audio preload="true" autoplay="true"
@ -76,6 +77,8 @@ layout: default
<style type="text/css">
body {
background-image:url('{{ page.image }}') ;
background-size: 200%;
background-repeat: repeat;
}
#navigation {
opacity: 1;