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

Request: allow to programmatically load a static URL into widget #26

Closed ilanlewin closed 9 years ago

ilanlewin commented 11 years ago

Hi, I am using the django-image-cropping widget to allow users to upload an image. However, I would also like to let them easily choose from several static images. Is there a way to programmatically (either client-side or server-side) load a static resource image into the widget/model field ? Cropping is not critical in that case (meaning if selecting static image, no cropping is required) Thank you so much for this widget

anrie commented 11 years ago

Not really sure what you are asking?

Cropping is not critical in that case

So what is the exact feature you are asking for?