Publisher and soundcloud attribute, streamer

- More attribute to publisher and soundcloud
- Started using the streamer api instead of widget api
This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-04 16:21:47 +02:00
parent 4e189d5c94
commit c5e77500a2
7 changed files with 149 additions and 88 deletions

View File

@@ -126,10 +126,15 @@ a {
.soundcloud_info_container {
position: absolute;
bottom: 20px;
left: 20px;
right: 0px;
padding-left: 20px;
display: flex;
width: 35%;
justify-content: space-between;
align-items: center;
background: rgba(0,0,0,.7);
}
.soundcloud_info_container a {
margin: 0 10px;
}
#player_loader_container {