october-mediathumb icon indicating copy to clipboard operation
october-mediathumb copied to clipboard

Allow specification of X and Y dimensions for auto resizing (so thumb is no fewer than X pixels in width and Y pixels in height upon resize)

Open lthurston opened this issue 8 years ago • 2 comments

Often when creating a thumbnail you're not sure the aspect ratio content editors will provide. Rendering a thumb that is no less than X pixels wide or Y pixels tall is useful in these situations. Fortunately, it's also easy to implement, and I've already done it, just needs to be tested on my end. Expect a pull request in the next couple days.

lthurston avatar Feb 15 '17 20:02 lthurston

Pull request #16

lthurston avatar Feb 16 '17 00:02 lthurston

maybe one could use the getThumb method from System\Models\File

justb81 avatar Mar 30 '17 08:03 justb81