django-ajax-upload-widget
django-ajax-upload-widget copied to clipboard
Feature request: Turn off preview area hiding
Can there please be an option to turn off the previewArea auto-hiding? I've turned the previewArea into a big clickable box to trigger the file browse prompt and currently override the display value with:
.ajax-upload-preview-area {
display: inline-block !important;
}
However this is bad CSS and it also makes the preview box flicker. If there was an option to disable this.$previewArea.slideUp(); in the options that would be perfect.
Thanks!