shish 4 tahun lalu
induk
melakukan
0f4b7d3fe5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

+ 1 - 1
biz-ghs/product/classes/ProductClass.php

@@ -111,7 +111,7 @@ class ProductClass extends BaseClass
             if (!empty($shortCover)) {
                 $parse = parse_url(self::groupImg($shortCover));
                 if (empty($parse['query'])) {
-                    $cover = self::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_120,w_120";
+                    $cover = self::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_110,w_110";
                 } else {
                     $cover = self::groupImg($shortCover);
                 }