1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2024-07-04 13:59:08 -03:00
parent b864e63b4c
commit 652b8ec113
2 changed files with 3 additions and 3 deletions

View file

@ -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>";

View file

@ -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') {