1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

Better info

This commit is contained in:
DanieL 2023-01-06 11:21:21 -03:00
parent ee31e0b541
commit f49b55aab2

View file

@ -381,7 +381,8 @@ class ADs extends PluginAbstract
if ($size['isSquare']) { if ($size['isSquare']) {
$width = $size['width']; $width = $size['width'];
$height = $size['height']; $height = $size['height'];
$style = "width: {$width}px; height: {$height}px;"; //Removed because it bugged in the mobile top
//$style = "width: {$width}px; height: {$height}px;";
} }