Change fileupload area height for pdf
There is a lot of space with the upload area and currently uploaded file for pdfs. Is there any way i can reduce this.
8 Replies
Did you set a height for it?
Can you provide a copy of the file upload code
Here is the code:
->imagePreviewHeight('60')
remove it
still the same issue.
I added the imagePreviewHeight because the default was not working.
Do i need to set it with css?
Are you on the latest v2? I've never seen it be like that without a height setting. Check the element and hat is being set to cause the height
I think it's because of the v3. When I was using filament v2, it was working fine.
One strategy could be to compare the generated HTML markup and CSS applied to it, between v2 and v3 ... as it's rendered in the browser ... and then use that to source-dive into what's different (and where) in v3.
Ill try doing tht thanks