Fix for video resizing
This commit is contained in:
parent
2c57719318
commit
d7c3edfac5
|
@ -53,7 +53,7 @@ html(lang="en")
|
||||||
p#currenttitle
|
p#currenttitle
|
||||||
span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller")
|
span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller")
|
||||||
span#resize-video-larger.glyphicon.glyphicon-plus.pointer(title="Make the video larger")
|
span#resize-video-larger.glyphicon.glyphicon-plus.pointer(title="Make the video larger")
|
||||||
| Nothing Playing
|
span#currenttitle-text Nothing Playing
|
||||||
.embed-responsive.embed-responsive-16by9
|
.embed-responsive.embed-responsive-16by9
|
||||||
#ytapiplayer.embed-responsive-item
|
#ytapiplayer.embed-responsive-item
|
||||||
#controlsrow.row
|
#controlsrow.row
|
||||||
|
|
|
@ -837,7 +837,7 @@ Callbacks = {
|
||||||
$("#voteskip").attr("disabled", false);
|
$("#voteskip").attr("disabled", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#currenttitle").text("Currently Playing: " + data.title);
|
$("#currenttitle-text").text("Currently Playing: " + data.title);
|
||||||
},
|
},
|
||||||
|
|
||||||
mediaUpdate: function(data) {
|
mediaUpdate: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue