I don't need preview contents, icons are just fine but I cannot seem to get this control to play nicely where I need it to function inside a Bootstrap Modal Dialog. The Modal is set to use a max-height of 80vh.
There are two issues:
How can I configure the file-preview-frame size? I have disabled all preview types and used previewSettings to set all types sizes to 32x32px for example but these still render with a size of 213x255 which is Huge when I want to enable the drag & drop area and be able to display several (2-8) files on-screen.
The preview area automatically grows vertically based on the # of preview frames. How can I set a maximum height and scroll on overflow on this div? ("file-drop-zone" or "file-preview-thumbnails")
I can probably hack at these in CSS /w !important but surely there would be settings or such, though searching through the documentation doesn't reveal anything, and the examples don't really cover much in terms of customizing layout other than Right-to-Left.