Skip to main content

Images smaller than thumbnail size

More
15 years 7 months ago #6341 by brainforge
If the image size for a product is smaller than the configured thumbnail size the thumbnail file does not created created and no image is displayed.

Tracked this down to generateThumbnail($file_path) in image.php returning true when it should return false.

A quick fix is to change line 174. From:
Code:
if (isset ($gd["GD Version"])) { $ok = true; $gd_ok = true; ...
to:
From:
Code:
if (isset ($gd["GD Version"])) { $ok = false; // Change this line $gd_ok = true; ...

Please Log in or Create an account to join the conversation.

More
15 years 7 months ago #6346 by nicolas
Indeed. That is now corrected.

Please Log in or Create an account to join the conversation.

Time to create page: 0.157 seconds
Powered by Kunena Forum