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
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