jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

Issue #38: cropped_thumbnail template tag fix #39

Closed Merenon closed 9 years ago

Merenon commented 10 years ago

Making the "detail" argument optional and setting it to "False" by default to fix upscaling problem and offer more flexibility.

escaped commented 9 years ago

this has been implemented in a more general way. See 3359fd569e8 the following commit for more details.