Laravel-Backpack / FileManager

Admin interface for files & folders, using elFinder.
Other
90 stars 21 forks source link

Show thumbnail in form #52

Closed klaaskox closed 3 months ago

klaaskox commented 3 months ago

Hi, Is it possible to show the thumbnail of the selected image in the form?

The filemanager works fine, but it only shows the image-location

CRUD::addField([
    'name'  => 'image',
    'label' => 'Image',
    'type'  => 'browse',
]);
jcastroa87 commented 3 months ago

Hello @klaaskox, using browse, you will need to customize the field. If you want to add a thumbnail in another hand, you can try to use Dropzone, which will add a thumbnail automatically.

Cheers.

jcastroa87 commented 3 months ago

Due to no activity, I will close the issue, but please feel free to re-open or create a new one.

Cheers.