imagesize

This commit is contained in:
Lanta 2023-10-03 14:38:26 +02:00
parent 4d2f0b4a65
commit cea099612e

View file

@ -89,7 +89,7 @@ error_reporting(E_ALL);
$imagePath = "images\green.png";
} else {
$fontColor = "black";
$imagePath = "images\equal.jpg";
$imagePath = "images\equal.png";
}
@ -104,7 +104,7 @@ error_reporting(E_ALL);
<td>$matches</td>
<td>$wins</td>
<td>$deaths</td>
<td style='color: $fontColor;'>$change<img src='$imagePath' alt='Change Indicator' style='vertical-align: middle;' /> </td>
<td style='color: $fontColor;'>$change<img src='$imagePath' alt='Change Indicator' style='vertical-align: middle;' width='50' height='50'/> </td>
</tr>";
}