UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.09k stars 720 forks source link

How to resize thumb? #1162

Open thecoma8x opened 2 years ago

thecoma8x commented 2 years ago

To create the thumb, I see you are using the fit function. $image = Image::make($original_image->get()) ->fit($thumbWidth, $thumbHeight); It's fine, but will make the thumb image different from the original image. Can we use resize function? or is there a way i can do that for thumb @streamtw