Category Thumbnail display Bug Report v3.1.1

tcherno
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 15 Nov 2011, 12:20

Category Thumbnail display Bug Report v3.1.1

Post 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;
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Category Thumbnail display Bug Report v3.1.1

Post by Jan »

Hi, thank you for this info. I will take a look at it for next version.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Category Thumbnail display Bug Report v3.1.1

Post by Jan »

Fixed in 3.1.2
If you find Phoca extensions useful, please support the project
Post Reply