From 63a40642960794d6d1906b8d7aab4e5693548473 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 24 Aug 2021 13:34:47 +0200 Subject: [PATCH] Moved dev tag on the left --- src/gdImg/gd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index 85aa631..2ea8923 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -93,7 +93,7 @@ if($id==$GLOBALS["config"]["lgbt"]["devId"]){ list($width, $height) = getimagesize("gdImg/dev.png"); $hw=150*$height/$width; if($hw>600){$hw=600;} - imagecopyresized($jpg_image, $photo, 800, 0, 0, 0, 500, $hw, $width, $height+150); + imagecopyresized($jpg_image, $photo, 0, 0, 0, 0, 500, $hw, $width, $height+150); } imagettftext($jpg_image, 25, 0, 720, 435, $white, $font_path, $orient);