mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-04 08:35:34 +00:00
Fixed up the embed code
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
background-color: grey !important;
|
||||
}
|
||||
|
||||
#player{
|
||||
width:50vw;
|
||||
height: calc(100vh - 32px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#list-song-html {
|
||||
display:none;
|
||||
@@ -110,7 +116,9 @@
|
||||
|
||||
#playlist{
|
||||
background-color:grey;
|
||||
height:332px;
|
||||
height:100vh;
|
||||
width:50vw;
|
||||
overflow-y:scroll;
|
||||
}
|
||||
|
||||
.progress{background-color:rgba(0,0,0,0) !important;}
|
||||
@@ -124,7 +132,7 @@
|
||||
opacity:0;
|
||||
height:32px;
|
||||
background-color:grey;
|
||||
width:300px;
|
||||
width:50vw;
|
||||
color:white;
|
||||
margin-top:0px;
|
||||
}
|
||||
@@ -162,6 +170,7 @@
|
||||
|
||||
#viewers{
|
||||
float: right;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#play, #pause, #volume-button, #fullscreen
|
||||
|
||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@ var began = false;
|
||||
var i = -1;
|
||||
var lazy_load = true;
|
||||
var embed = false;
|
||||
var embed_code = '<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '" width="615px" height="356px">';
|
||||
var embed_code = '<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '" width="600px" height="300px">';
|
||||
var id;
|
||||
var full_playlist;
|
||||
var conf;
|
||||
|
||||
Reference in New Issue
Block a user