• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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