• 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

API option for resizing

strudinox

Chevereto Member
In the past with version 1.9 you were able to use /?urlrez= which would allow users to upload while specifying a desired size. When upgrading to 2.0, the only resize parameters I can find are img_width,img_width but those are not user selectable.

Is there any way using API to use user defined resize options?
 
API Docs said:
resize_width

If you set this parameter, the image will be resized with the numeric value of this parameter, i.e.: resize_width=200 will resize the image to 200px width.
 
Back
Top