• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Is it possible to crop thumbnail set width and hight auto?

Not without some custom development. You'd pretty much need to modify the entire attachments system (and all of the layouts). Everything is built around having all thumbs being the same dimensions.
 
I almost found a solution for my problem. I just deleted the "crop method" in library/NFLJ/Showcase/Model/Attachment.php.

crop-del.jpg
Now only the "fit method" works. (Fits image into width and height while keeping original aspect ratio. Expect your image not to use the full area.)
I hope I will not have errors in the future.
P.S. "Rebuild Showcase Thumbnails" still uses the crop method
 
Back
Top