yii2-crop-image-upload
yii2-crop-image-upload copied to clipboard
How to generate thumbnails
Hi, Your extensions is great, I'm using it one of my project. I want to generate thumbnails too! How is it possible?
Thank you
Hi, thanks unfourtunately it is not possible. you can only create multiple crops for the same image but you can create your own behavior, inherit it from CropImageUploadBehavior and override createCrop method to create thumbnails after creating crop. you can see how to create thumbnail at @vendor/mongosoft/yii2-upload-behavior/UploadImageBehavior.php for example
Thanks, I will try on it.