Hi everyone,
Any ideas how to change this code so I can have a square thumbnails instead of always the same width but different heights?
Thanks
function CreateSiteThumbnail($srcFile, $destFile, $width, $quality = 100)
{
$thumbnail = '';
if (file_exists($srcFile) && isset($destFile))...