Please show thumbnails in Attach upload list

I agree. When you have a forum like mine that is very heavy images/graphics, the thumbnail is of high importance.

Donald
Ships of Scale
 
To be able to see the thumbnails when you upload a couple of images is a must have.
Tried to attach image here (and removed it before posting) and the thumbnail shown was useful..
 
This is really an imperative capability, particularly when working with multiple or large numbers of attachments on a single post, to embed them in the appropriate places in the post, and so forth. My members and I use this ALL. THE. TIME.

Major omission of a highly useful feature -- STRONGLY hope this is remedied for the next beta release.
 
The attachment preview can be improved by adding the follow code to your extra.less template:

Code:
// attachment preview

.file-preview img, .file-preview video {
    object-fit: contain;
}

This will ensure the attachment preview is completely visible and makes identifying the attachment easier.

Before
pic001.webp

After
pic002.webp
 
Top Bottom