• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Create thumbnail not cutting only decrease the size of picture

newkos

Chevereto Member
Hi, please help me

How to make the upload image is not cutting for creating thumbnail, but only decrease the size of picture for creating thumbnail.

In now script using resize by pixels, can we add resize by %, for example

now
Code:
$config['thumb_width'] = 100; // Thumb width in pixels - default: 100
$config['thumb_height'] = 90; // Thumb height in pixels - default: 90

need
Code:
$config['thumb_width'] = 20%; // Thumb width in pixels - default: 100
$config['thumb_height'] = auto; // Thumb height in pixels - default: 90

Thanks for help
 
It has already been asked, with chevereto 2.0 it is not possible, and it will never be.

Simply because for an eventual gallery, all images must be the same size. You can check major imagehostinv website, and you will see all of them using the same technic as chevereto
 
Danny.Domb said:
It has already been asked, with chevereto 2.0 it is not possible, and it will never be.

Simply because for an eventual gallery, all images must be the same size. You can check major imagehostinv website, and you will see all of them using the same technic as chevereto

Hmm... ok, I understand that, but ... is it possible to do this as special options?

Maybe need some new functions for this ?

thanks
 
In 3.0 there will be a major update on this. A new size will be introduced. In 3.0 there wll be 3 sizes: (1) Thumbnail (2) Miniature and (3) Full size. Sizes (1) and (3) are already on the system and the miniature size will do what you want.

In some point before 3.0 the default thumbnail creation function will be optimized not to just crop but also do a smart resizing and crop.

Regards.
 
Back
Top