yii2-crop-image-upload icon indicating copy to clipboard operation
yii2-crop-image-upload copied to clipboard

How to generate thumbnails

Open shahzadthathal opened this issue 9 years ago • 2 comments

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

shahzadthathal avatar Sep 12 '15 23:09 shahzadthathal

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

karpoff avatar Sep 14 '15 14:09 karpoff

Thanks, I will try on it.

shahzadthathal avatar Sep 14 '15 15:09 shahzadthathal