Category Thumbnail display Bug Report v3.1.1
Posted: 15 Nov 2011, 14:55
HI,
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
I think this should be the following:
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;