Drop zone multi file uploader changed

My users regularly uploaded hundreds to thousands of images over our app. I use the dropzone multi file uploader to do this. It triggers a node script upon completion that pulls all the links to the uploaded files and transfers the images to my own s3 bucket (happy to share how this is done if anyone needs a solution to that problem). All of a sudden yesterday the uploader changed. It no longer displays the “message to display” and it shows image previews instead of just the file names. Prior to this change our users could use the uploader to upload 500 files at a time, no problem. I think the image preview is causing memory issues. 500 files will now crash it. 100 definitely still works. I am currently testing with 300. It’s quite urgent that I get this working again. Does anyone know how I can get rid of the image previews?