1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +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)) {
$css .= "<style>";
$css .= "<style> @media (max-width: 768px) {";
$css .= implode(', ', $classes);
$css .= "{display: none !important;}";
$css .= "</style>";
$css .= "} </style>";
}
if (self::includeFullscreenBlock()) {
$css .= "<style>";

View file

@ -53,7 +53,7 @@ try {
tryToPlayMuted(currentTime);
}
}else{
console.log('eventer messageEvent', e.data);
//console.log('eventer messageEvent', e.data);
}
/*
if (e.data !== 'closeFullscreen') {