Image viewer in form
Hi, do we have any simple component for image preview inside a form? Ideally it can show a modal for the image when clicked.
The preview in FileUpload is kind of inconvenient in my case.
If I must build a new component, do you have any suggestion for a plugin/Laravel package, that have a simple image modal.
Thank you very much.
2 Replies
There isn’t a component for that. I’d usually use any JS Lightbox/Fancybox or a modal from the filament actions.
FancyBox seems good enough for me, thank you for the suggestion