Jump to content

Back office product thumbnail size


spsurfer

Recommended Posts

Hello,

we're running a ps 1.6.1.16 shop and need to increase the size of the product pictures in the back office.

I found some tips for older versions, but they're not working.

 

Any idea how to increase these thimbnails?

 

Thanks in advance

Nicolas

Link to comment
Share on other sites

See classes / ImageManager.php, appx. lines 75 and following plus appx. line 86.

            if ($y < $size && $x <= $max_x) {
                copy($image, _PS_TMP_IMG_DIR_.$cache_image);
            }

             ImageManager::resize($image, _PS_TMP_IMG_DIR_.$cache_image, $ratio_x, $size, $image_type);
Edited by Scully (see edit history)
  • Like 1
Link to comment
Share on other sites

You're right Scully!

I think I got it, at lest, now the pics show all with same width, just that some high format pictures will show now very big.

Would be good to define a max high.. allthough, I can live with it, as it is now!

 

screenshot.jpg

 

Regards

Nicolas

Link to comment
Share on other sites

I would have taken a max height and not the width to resize the images. But what you show us now looks more like you have replaced the original image with another pre-existing image format but actually not like having done a resize.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...