Browse Source

海报尺寸

lizhen_gitee 1 year ago
parent
commit
cdcb4a5767
2 changed files with 1 additions and 1 deletions
  1. 1 1
      addons/poster/library/Image.php
  2. BIN
      public/assets/img/posteruserbg.png

+ 1 - 1
addons/poster/library/Image.php

@@ -40,7 +40,7 @@ class Image
 
         set_time_limit(0);
         @ini_set('memory_limit', '256M');
-        $this->target = imagecreatetruecolor(640, 850);
+        $this->target = imagecreatetruecolor(640, 900);
 
         $white = imagecolorallocate($this->target, 255, 255, 255);
         imagefill($this->target, 0, 0, $white);

BIN
public/assets/img/posteruserbg.png