Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show thumbnail in form #52

Closed
klaaskox opened this issue Mar 18, 2024 · 2 comments
Closed

Show thumbnail in form #52

klaaskox opened this issue Mar 18, 2024 · 2 comments

Comments

@klaaskox
Copy link

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
Copy link
Member

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
Copy link
Member

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

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants