mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
b864e63b4c
commit
652b8ec113
2 changed files with 3 additions and 3 deletions
|
@ -309,10 +309,10 @@ class PlayerSkins extends PluginAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($classes)) {
|
if (!empty($classes)) {
|
||||||
$css .= "<style>";
|
$css .= "<style> @media (max-width: 768px) {";
|
||||||
$css .= implode(', ', $classes);
|
$css .= implode(', ', $classes);
|
||||||
$css .= "{display: none !important;}";
|
$css .= "{display: none !important;}";
|
||||||
$css .= "</style>";
|
$css .= "} </style>";
|
||||||
}
|
}
|
||||||
if (self::includeFullscreenBlock()) {
|
if (self::includeFullscreenBlock()) {
|
||||||
$css .= "<style>";
|
$css .= "<style>";
|
||||||
|
|
|
@ -53,7 +53,7 @@ try {
|
||||||
tryToPlayMuted(currentTime);
|
tryToPlayMuted(currentTime);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
console.log('eventer messageEvent', e.data);
|
//console.log('eventer messageEvent', e.data);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
if (e.data !== 'closeFullscreen') {
|
if (e.data !== 'closeFullscreen') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue