dyjh 6 lat temu
rodzic
commit
b802863a42

+ 2 - 2
app/Http/Controllers/Api/V1/AlbumPosterController.php

xqd
@@ -176,8 +176,8 @@ class AlbumPosterController extends Controller
         $editor = Grafika::createEditor();
         $editor->open($image_poster, public_path() . '/base/poster/img/poster_canvas.png');
         $editor->open($image_poduct, str_replace(env('CDN_URL'), public_path(), $data['image']));
-        $editor->resizeExactWidth($image_poduct, 40);
-        $editor->resizeExactHeight($image_poduct, 40);
+        $editor->resizeExactWidth($image_poduct, 440);
+        $editor->resizeExactHeight($image_poduct, 440);
         $editor->blend($image_poster, $image_poduct, 'normal', 1, 'top-left', 10, 10);
         $font_bold = public_path() . '/base/poster/font/msyhbd.ttc';
         $font = public_path() . '/base/poster/font/msyh.ttc';