This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
25
Activity
Browse Source
Update image.helper.php
develop
tianya
6 months ago
parent
a4330baa14
commit
2252a7f04a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/helpers/image.helper.php
+ 1
- 1
src/system/helpers/image.helper.php
View File
@@ -138,7 +138,7 @@ if (!function_exists('ImageResizeNew')) {
{
try {
$image = new ImageResize($srcFile);
$image->resize
ToBestFit
($toW, $toH);
$image->resize($toW, $toH);
if ($issave) {
$image->save($toFile);
} else {
Write
Preview
Loading…
Cancel
Save