http://dev.fckeditor.net
if ($preserverAspectRatio)
{
// Gets the best size for aspect ratio resampling
$oSize =
CKFinder_Connector_CommandHandler_Thumbnail::GetAspectRatioSize($iFinalWidth
, $iFinalHeight, $sourceImageWidth, $sourceImageHeight );
}
else {
$oSize = array($iFinalWidth, $iFinalHeight);
}
$oSize = array('Width' => $iFinalWidth, 'Height' =>
$iFinalHeight);

Re: Bug: CKFinder Thumbnail typo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Bug: CKFinder Thumbnail typo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Bug: CKFinder Thumbnail typo