jonasundderwolf / django-image-cropping

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

Very small bounding box on mobile devices #93

Closed pilotinspektor closed 7 years ago

pilotinspektor commented 8 years ago

The initial bounding box on camera images uploaded from mobile devices can be incredibly small. I assume that this is due to the hardcoded 5x5px fallback in the javascript code. Ideally, this size could be set in the settings.

anrie commented 7 years ago

I am closing this in favor of #105.