FileUpload Preview (Image Height/Width or Zoom) possible?
is there a possibility to set the image preview size in FileUpload Form Element? (make the preview larger)
We have Fotos with written text - and it´s not possible to read them with this small size - any hint´s what is possible here is appreciated. (add some kind of zoom on hover - without downloading the image)
thank you
BR
1 Reply
You can adjust the FileUpload field layout itself with
->panelAspectRatio('ASPECT_RATION_HERE')
the filament fileupload is a wrapper for filepond.js so you might see if it has this ability and then target your form element with a custom js to customize it
or even a custom CSS might be enough