Trick / Solution Show Full thumbnails in Attach upload list

A unique trick / solution for this problem by GeeksBoard

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
834
7
271
Language
English
The attachment preview can be improved by adding the following 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:​

1636132737316.png

After:​

1636132784221.png