@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | $h = null; |
71 | 71 | |
72 | - $img_rework->resize($w*2.222, $h*2.222, function ($constraint) { |
|
72 | + $img_rework->resize($w * 2.222, $h * 2.222, function($constraint) { |
|
73 | 73 | $constraint->aspectRatio(); |
74 | 74 | $constraint->upsize(); |
75 | 75 | }); |