When displaying the category thumbnail in picasa imported albums, the thumbnail is streched and it is not displayed in the correct ratio.
The problem is in the correctSizeWithRate function in PhocaGalleryPicasa (com_phocagallery/libraries/phocagallery/picasa/picasa.php)
line 126
Code: Select all
$imageHeight = $height;
Code: Select all
$image['height'] = $height;