• 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

set width and height auto resizes

Status
Not open for further replies.

Thomas

Chevereto Noob
a feature i would like is i want only to set the width and not set the height, this currently works nicely as long as the uploaded image is wider than high. But if the image has height greater pixels size than the image then you get a picture that is resized both in height and width and that is not gonna work for me. There has got to be a way to force the thumb to always have the same width no matter how what the height is on the image.

example thumbs how i have mine set up

// Thumbs //
$mini_ancho = '449'; // Thumb width (pixels)
$mini_alto = ''; // Thumb height (pixels)
 
Hum... Thumbs are made to "fit" in a 100x100 space (config.php) but they aren't streched. Set an "auto value" could make thumbs in 100x800. And that is not a thumb.

what do you think?
 
Status
Not open for further replies.
Back
Top