mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Better info
This commit is contained in:
parent
ee31e0b541
commit
f49b55aab2
1 changed files with 2 additions and 1 deletions
|
@ -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;";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue