django-versatileimagefield
django-versatileimagefield copied to clipboard
Setting geometry for width/height only
Is there is a way to do something like:
example.image.crop['400x']
or
example.image.crop['x400']
so resulting image would have exact/maximum width/height like in sorl-thumbnail?
Hey @ygwain –
At present that's not possible to do but it would be a very useful feature. Would you be up for porting that functionality over from sorl (or at least share a link to the sorl docs that describes that feature)?