django-ajax-upload-widget icon indicating copy to clipboard operation
django-ajax-upload-widget copied to clipboard

Feature request: Turn off preview area hiding

Open nickdjones opened this issue 11 years ago • 0 comments

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!

nickdjones avatar Feb 07 '14 16:02 nickdjones