Moved dev tag on the left

This commit is contained in:
Mattia Mascarello 2021-08-24 13:34:47 +02:00 committed by GitHub
parent 2b65eb277e
commit 63a4064296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ if($id==$GLOBALS["config"]["lgbt"]["devId"]){
list($width, $height) = getimagesize("gdImg/dev.png"); list($width, $height) = getimagesize("gdImg/dev.png");
$hw=150*$height/$width; $hw=150*$height/$width;
if($hw>600){$hw=600;} 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); imagettftext($jpg_image, 25, 0, 720, 435, $white, $font_path, $orient);