diff --git a/controllers/ProjectCtrl.php b/controllers/ProjectCtrl.php index 294fd74..c39e9f0 100644 --- a/controllers/ProjectCtrl.php +++ b/controllers/ProjectCtrl.php @@ -200,7 +200,7 @@ $strSource = $_FILES['thumbnail']['tmp_name']; list($intWidth, $intHeight) = getimagesize($strSource); - $intDestWidth = 200; $intDestHeight = 250; + $intDestWidth = 1280; $intDestHeight = 720; $fltDestRatio = $intDestWidth / $intDestHeight; $fltSourceRatio = $intWidth / $intHeight;