Page 1 of 1

Category Thumbnail display Bug Report v3.1.1

Posted: 15 Nov 2011, 14:55
by tcherno
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

Code: Select all

$imageHeight	= $height;
I think this should be the following:

Code: Select all

$image['height']	= $height;

Re: Category Thumbnail display Bug Report v3.1.1

Posted: 18 Nov 2011, 00:40
by Jan
Hi, thank you for this info. I will take a look at it for next version.

Jan

Re: Category Thumbnail display Bug Report v3.1.1

Posted: 31 Dec 2011, 15:03
by Jan
Fixed in 3.1.2