Kaynağa Gözat

海报尺寸

lizhen_gitee 1 yıl önce
ebeveyn
işleme
8640d54500
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      addons/poster/library/Image.php

+ 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(690, 1000);
+        $this->target = imagecreatetruecolor(640, 850);
 
         $white = imagecolorallocate($this->target, 255, 255, 255);
         imagefill($this->target, 0, 0, $white);