Resizing image on upload with django-imagekit
- by user342515
Hi, I am using imagekit to handle custom size of uploaded images. While it works fine for creating custom size images with this, I'd like to use imagekit to resize the original image on upload. Is this possible?