зеркало из https://github.com/mozilla/popcorn-js.git
minor fixes
This commit is contained in:
Родитель
fc8c015d78
Коммит
7bcfc2922c
|
@ -228,7 +228,7 @@ Popcorn.player( "youtube", {
|
||||||
height = media.clientHeight >= 390 ? "" + media.clientHeight : "390";
|
height = media.clientHeight >= 390 ? "" + media.clientHeight : "390";
|
||||||
width = media.clientWidth >= 640 ? "" + media.clientWidth : "640";
|
width = media.clientWidth >= 640 ? "" + media.clientWidth : "640";
|
||||||
|
|
||||||
media.style.display = "block";
|
media.style.display = originalStyle;
|
||||||
|
|
||||||
options.youtubeObject = new YT.Player( container.id, {
|
options.youtubeObject = new YT.Player( container.id, {
|
||||||
height: height,
|
height: height,
|
||||||
|
@ -340,7 +340,7 @@ Popcorn.player( "youtube", {
|
||||||
var youtubeObject = options.youtubeObject;
|
var youtubeObject = options.youtubeObject;
|
||||||
if( youtubeObject ){
|
if( youtubeObject ){
|
||||||
youtubeObject.stopVideo();
|
youtubeObject.stopVideo();
|
||||||
// youtubeObject.clearVideo();
|
youtubeObject.clearVideo();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.removeChild( document.getElementById( options._container.id ) );
|
this.removeChild( document.getElementById( options._container.id ) );
|
||||||
|
|
Загрузка…
Ссылка в новой задаче