Use CSS snippets to customize the look and feel of Image Hopper. The simplest way to add CSS is through the WordPress Customizer.
Image Meta
Disable the image filename and size display:
/* Disable the image filename and size */
.filepond--file-info {
display: none;
}